Skip to content

Commit 5dc73ef

Browse files
k-ibarakiclaude
andcommitted
docs(excel): Clarify parameter behavior in search mode
- Add note to tool description that metadata_only and include_header are ignored in search mode (when query parameter is used) - Improves AI understanding of correct tool usage Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f36dc3e commit 5dc73ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ def register_tools():
549549
"even when they're outside the specified cell_range - headers will be in 'header_rows', data in 'data_rows'. "
550550
"Use 'metadata_only=True' to get only file structure and headers without data rows (useful for understanding file layout). "
551551
"Use 'include_formatting=True' to include cell formatting details. "
552+
"Note: 'metadata_only' and 'include_header' are ignored in search mode (when using 'query'). "
552553
"Workflow: 1) Search with query to find relevant cells, "
553554
"2) Read specific cell_range based on search results."
554555
)

0 commit comments

Comments
 (0)