Skip to main content
Glama
AzielEliab

trades-runtime

trades_runtime_cite

Retrieve public citation data from Trades-Runtime via the read-only cite.json endpoint. Provides reference information for integration.

Instructions

Public cite.json for Trades-Runtime. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.4

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does state 'Public' and 'Read-only', which usefully imply no authentication and no mutating side effects, but it provides no further behavioral detail such as response type, stability, or any operational caveats.

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 extremely short and front-loads the key facts: resource identity and read-only nature. It contains no filler, though it slightly repeats the tool name ('Trades-Runtime') and could have used the saved space to clarify the resource's purpose.

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

Completeness3/5

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

For a zero-parameter, public, read-only tool, the description covers the essential safety profile and resource, but it does not state what the response will contain or how this tool relates to its siblings. Given no output schema and no annotations, a bit more context about the cite.json content would make the definition fully complete.

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

Parameters4/5

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

The input schema has zero parameters and the schema description coverage is 100%, so the description does not need to explain parameter semantics. The 'Public ... Read-only' phrasing is consistent with a parameterless fetch operation, and no parameter ambiguity exists.

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

Purpose3/5

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

The description identifies a specific resource (cite.json) and indicates read-only access, but it lacks an explicit verb such as 'retrieve' or 'fetch' and does not explain what the cite.json contains. This makes the tool's purpose understandable but somewhat vague and only weakly differentiates it from sibling tools like trades_runtime_health or trades_runtime_stats.

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 given about when to use this tool versus its siblings. The description mentions neither alternative tools nor conditions that would make trades_runtime_cite the appropriate choice, leaving the agent to infer usage from the name alone.

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