Series Info
series_infoMetadata for a single series: label and description. e.g. "FXUSDCAD" or "V39079".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series | Yes | Series name, e.g. "FXUSDCAD". |
series_infoMetadata for a single series: label and description. e.g. "FXUSDCAD" or "V39079".
| Name | Required | Description | Default |
|---|---|---|---|
| series | Yes | Series name, e.g. "FXUSDCAD". |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / examplesAdded value: +[
+ {
+ "series": "FXUSDCAD"
+ }
+]Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds value by specifying the exact return content (label and description) and provides naming examples, which goes beyond structured 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, compact sentence with useful examples and no filler. It is front-loaded with the essential purpose and return fields.
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?
For a simple one-parameter lookup tool with rich annotations, the description covers the key return fields (label, description). It could explicitly mention how to discover valid series names, but that is implied by sibling tools and the examples.
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?
The schema fully documents the series parameter with a description and example. The description repeats the example but does not add additional parameter semantics, so it meets the baseline for high schema coverage.
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 clearly states the tool returns metadata for a single series, specifically label and description, and gives concrete examples. This distinguishes it from siblings like list_series, which likely return multiple series.
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?
The description implies usage for a known series name via 'single series' and examples, but it does not explicitly state when to use this over list_series or other discovery tools. No alternatives or exclusions are mentioned.
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.