Skip to main content
Glama

finance-foundation

resolve_identifier

Resolve a ticker, LEI, ISIN, FIGI, MIC code or name to entities. The entity-resolution tool: 'US0378331005' → Apple with all identifiers. Matches are ranked (exact identifier > ticker > name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYese.g. 'AAPL', 'HWUPKR0MPOU8FGXBT394', 'US0378331005', 'BBG001S5N8V8', 'XNAS'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and adds useful behavior: it returns entities with all identifiers and explicitly ranks matches as exact identifier > ticker > name. It does not cover edge cases like ambiguous names or empty/error responses, but the core behavior is disclosed.

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?

Three short sentences, front-loaded with the main purpose, followed by a concrete example and a ranking rule. Every sentence contributes information; there is no filler or schema repetition.

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?

For a one-parameter tool with no output schema, the description gives input coverage and a sense of the return shape ('Apple with all identifiers') plus match ranking. It is nearly complete, though a bit more about ambiguity handling or output structure would make it fully self-contained.

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 schema documents the single query parameter with concrete examples, and the description adds semantics by naming the accepted identifier types and the ranking behavior. This goes beyond the schema without merely repeating it.

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 the specific verb 'Resolve' and enumerates the resource types (ticker, LEI, ISIN, FIGI, MIC, name) plus a concrete example. It is clear, though it does not explicitly differentiate resolve_identifier from the sibling lookup/search tools.

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 usage context is implied: pass an identifier or name when you need entity resolution. It does not state when to prefer this over lookup/search, nor does it give exclusions or prerequisites.

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.

Resources