Skip to main content
Glama

excel_search_value

Read-only

Search for a specific value within an Excel sheet or range, with optional case sensitivity, to locate data quickly.

Instructions

Search for a value in sheet/range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesPath to the Excel file
sheetNameYesName of the sheet
searchValueYesValue to search for
rangeNoOptional range to search within
caseSensitiveNo
responseFormatNojson
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description aligns with the readOnlyHint annotation, indicating a read-only operation. However, it adds little beyond the annotation, not disclosing details like whether it returns the first match or all matches, or the format of the result. Given that annotations already declare readOnly, the description does not provide substantial additional behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action. It is concise with no extraneous information. While it could benefit from slightly more detail, it avoids verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 6 parameters and no output schema, the description is minimal. It does not specify the output format or behavior (e.g., returns cell addresses, supports case sensitivity). The agent lacks enough detail to fully understand the tool's capabilities, making it incomplete for complex use cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not elaborate on any parameter beyond what the input schema provides. Two parameters (caseSensitive, responseFormat) lack descriptions in the schema, and the description fails to compensate. With 67% schema coverage, the description should add meaning for the undocumented parameters but does not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Search for a value in sheet/range' clearly states the verb and resource, distinguishing it from sibling tools like excel_read_range which read entire ranges rather than searching for a specific value. However, it does not explicitly mention what the tool returns (e.g., cell reference), which slightly limits clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. For instance, it doesn't clarify that this tool is for locating a value rather than reading all data. Sibling tools include excel_read_range and excel_filter_rows, which could overlap, but the description offers no context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbraind/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server