refactor(docs): remove redundant formatting tools

Per maintainer feedback (@taylorwilsdon):
- Delete format_text_style (redundant with modify_doc_text)
- Delete create_list (redundant with insert_doc_elements)
- Delete remove_list_formatting (use batch_update_doc)
- Delete _hex_to_rgb helper (use existing _normalize_color)

Preserved unique tools:
- format_paragraph_style (paragraph-level properties)
- apply_heading_style (named styles H1-H6)
- import_to_google_doc (new import feature)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
leolln
2026-01-16 17:46:36 +00:00
parent 6678b96d65
commit 08f8ad5265
2 changed files with 0 additions and 296 deletions

View File

@@ -58,11 +58,8 @@ docs:
- find_and_replace_doc
- list_docs_in_folder
- insert_doc_elements
- format_text_style
- format_paragraph_style
- apply_heading_style
- create_list
- remove_list_formatting
complete:
- insert_doc_image
- update_doc_headers_footers