Skip to main content
Glama
alekskram

arcus-agent-gateway

Search

search
Read-only

Locate tokenized US equities by fuzzy-matching a query against symbols and names, ranking exact matches, prefixes, and substrings. Returns top results with symbol, name, sector, and score.

Instructions

Local fuzzy search over the token list - no HTTP beyond the cached assets(). Ranking: exact symbol > symbol prefix > name-word prefix > substring in name/symbol (case-insensitive); top limit (default 10, cap 50) with score. 'apple' -> AAPL. Results carry symbol, name, status, sector, score. Example: search(query="apple", limit=3)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations, the description discloses detailed behavior: ranking order, case-insensitivity, default and maximum limit, no HTTP beyond cached assets, and the fields returned. This gives the agent a clear model of what will happen when the tool is invoked.

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 dense but every sentence carries value: scope/ranking, limit/result fields, and a concrete example. It is front-loaded with the core purpose and avoids filler.

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

Completeness5/5

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

The tool is simple with two parameters and an output schema, and the description covers the query semantics, limit behavior, ranking, and result contents. Nothing essential is missing for an agent to call it correctly.

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

Parameters5/5

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

Despite the 0% schema description coverage, the description fully explains both parameters: query is matched against symbol/name with an example, and limit has a default of 10 and a cap of 50. It adds meaningful behavior that the bare input schema does not convey.

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 states a specific verb and resource: 'Local fuzzy search over the token list'. It also distinguishes itself from the sibling tools by emphasizing it is local and requires no HTTP beyond cached assets, which differentiates it from tools like quote or price_history.

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 description clearly communicates that this tool is for fuzzy searching tokens by symbol or name, with ranking rules and an example. It does not explicitly name sibling alternatives or state when not to use it, but the local-search context is strong enough for an agent to select it appropriately.

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

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/alekskram/arcus-agent-gateway'

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