Search Name
search_nameCompany-name search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| exchange | No |
search_nameCompany-name search.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| exchange | No |
Changes observed during successful MCP inspections.
Input schema / examplesAdded value: +[
+ {
+ "query": "Apple"
+ },
+ {
+ "limit": 5,
+ "query": "Microsoft"
+ }
+]Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior, but the description adds no additional behavioral context. There is no mention of matching behavior, result limits, or how the exchange parameter affects results, so the description provides no value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single phrase, technically concise, but it is under-specified for a tool with three parameters. This is not efficient brevity; it omits necessary information, making it closer to a tautology than a useful description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has three parameters, no output schema, and minimal description, the description is incomplete. It fails to explain the purpose of limit/exchange or the expected output, leaving significant gaps for an agent to operate correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate, but it only vaguely implies 'query' is a company name. The 'limit' and 'exchange' parameters are not explained at all, leaving their semantics unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Company-name search' clearly states the tool searches by company name, distinguishing it from search_symbol (likely ticker-based) and search_within. The verb 'search' and resource 'company name' are specific, though terse.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 like search_symbol or search_within. The description does not mention exclusions or contexts where this tool is preferred, leaving the agent to infer usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.