Skip to main content
Glama

resolve

Convert any identifier—ticker, CIK, FRED series ID, or French dataset name—into the canonical entity key accepted by every other tool.

Instructions

Turn any identifier into the entity key every other verb accepts.

Accepts a ticker ("AAPL"), a CIK ("CIK0000320193" or "320193"), a FRED series id, or a French dataset name. Start here when unsure what an entity is called.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that the tool resolves identifiers to a canonical entity key and lists supported formats. However, it does not describe error handling, whether operation is read-only, or any side effects. Some behavioral disclosure exists but not exhaustive.

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 concise and front-loaded: the first sentence states the core purpose, the second lists accepted inputs and usage guidance. Every word earns its place with no redundancy.

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?

The tool is simple (one parameter, no annotations, output schema exists). The description adequately covers the input types and when to use it. Minor gap: doesn't mention behavior for invalid identifiers, but given the output schema is available, the description is still largely complete.

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?

Schema description coverage is 0%, but the description fully compensates by explaining what the 'identifier' parameter accepts (ticker, CIK with both formats, FRED series, French dataset name). This adds significant meaning beyond the bare 'string' type in the schema.

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 clearly states the tool's function: turning any identifier into an entity key that other verbs accept. It names specific input types (ticker, CIK, FRED series, French dataset name), making it distinct from siblings like fetch or discover.

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 explicitly says 'Start here when unsure what an entity is called,' giving a clear when-to-use. It also lists accepted identifier formats. It doesn't contrast directly with sibling tools, but the 'every other verb accepts' phrasing implies the workflow context.

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

Install Server

Other Tools

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/RezaSoleymanifar/vintage'

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