Skip to main content
Glama

Find a ticker

search_tickers

Look up covered tickers by symbol or company name. Use it to resolve a company name to a symbol before calling the other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSymbol or company name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description must carry behavioral disclosure. It does reveal an important scope constraint ('covered tickers') and the accepted input forms. However, it does not disclose what happens when the query returns multiple matches or zero matches, nor whether the result is a single symbol or a list, which is meaningful for a search tool with no output schema.

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

Conciseness5/5

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

The description is just two sentences. The first sentence states what the tool does, and the second explains where it fits in the workflow. There is no filler or redundant detail.

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

Completeness4/5

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

For a single-parameter tool with low complexity, the description covers the essential context: what the tool looks up, what input it accepts, and when to use it relative to the other tools. The main gap is not explaining the response form when multiple or zero matches exist, but the description is still adequate for an agent to invoke the tool correctly.

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

Parameters3/5

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

Schema description coverage is 100%; the schema already describes query as 'Symbol or company name.' The description only repeats that information and adds no additional semantics, so the baseline score applies.

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

Purpose5/5

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

The description uses a specific verb and resource ('Look up covered tickers by symbol or company name') and clearly frames the tool as a resolver that converts company names to symbols. This distinguishes it from the get_* sibling tools, which presumably operate on an already-identified ticker.

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

Usage Guidelines4/5

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

The second sentence gives explicit workflow context: use it to resolve a company name into a symbol 'before calling the other tools.' This tells the agent when the tool is useful. However, it does not state when NOT to use it, such as when the agent already has a symbol and should call a get_* tool directly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.