Skip to main content
Glama

Route Financial Research

financial_evidence_route
Read-onlyIdempotent

Resolve one or more financial research topics to fixed public evidence sources without fetching them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicsYes

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds one useful behavioral trait: it does not fetch the evidence sources. However, it does not disclose what the route operation returns, whether it performs network access, or how the resolved sources are represented.

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 a single concise sentence that front-loads the core action and the key exclusion ('without fetching them'). There is no filler or irrelevant detail.

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?

With no output schema, the description should explain what the tool returns or how an agent should use the result, but it does not. It also fails to mention behavior for invalid topics, multiple topics, or the relationship between this tool and its siblings. An agent would likely need additional context to call it correctly.

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?

Schema description coverage is 0%, so the description carries the full burden of explaining the topics parameter. It only restates 'financial research topics' without explaining what values are valid, how many can be supplied, what each topic means, or how multiple topics are processed.

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 uses a specific verb ('resolve') and names the resource ('financial research topics to fixed public evidence sources'), and it clearly distinguishes this tool from financial_evidence_fetch with 'without fetching them.' However, 'fixed public evidence sources' is somewhat abstract, and what 'resolve' actually produces is not stated.

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

Usage Guidelines3/5

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

The phrase 'without fetching them' implies that this tool is for obtaining source references rather than content, and suggests financial_evidence_fetch as the fetching counterpart. But the description does not explicitly name any alternative tool or state when to prefer this over financial_evidence_topics, leaving usage guidance mostly inferred.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct role: one fetches evidence, one resolves topics to sources, and one lists available topics. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tools share the consistent financial_evidence_ prefix and use a simple action-oriented suffix: fetch, route, topics. The naming pattern is uniform and predictable.

Tool Count5/5

Three tools is well-scoped for a narrow read-only evidence retrieval server. Each tool serves a necessary step in the workflow: discover topics, resolve routes, then fetch data.

Completeness5/5

The domain is bounded read-only access to fixed public evidence sources, and the toolset covers the full workflow: listing what is available, resolving where it lives, and fetching it. No obvious CRUD or lifecycle gaps exist because the domain is intentionally read-only.