Skip to main content
Glama
dam2452

crossref-mcp

by dam2452

get_funder

Retrieve metadata for a funder by its Funder Registry ID.

Instructions

Get metadata for a single funder identified by its Funder Registry ID.

Examples: get_funder(funder_id="100000001")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
funder_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states 'Get metadata', omitting key behavioral traits such as idempotency, read-only nature, potential errors, or authentication requirements. This is insufficient for a tool with zero annotation coverage.

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 concise with two sentences and a concrete example. It is front-loaded with the purpose. However, it could slightly expand on parameter details without losing conciseness, justifying a 4 rather than 5.

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?

Given the tool has an output schema (context signal), the description need not detail return values. For a simple get tool with one parameter, the description is minimally adequate but lacks guidance on usage context relative to siblings and behavioral expectations, leaving it at a baseline 3.

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?

With 0% schema description coverage, the description should compensate. It adds 'Funder Registry ID' via example but does not elaborate on the expected format, constraints, or valid values for 'funder_id', providing little additional meaning beyond the schema's type declaration.

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 'Get metadata for a single funder', specifying the verb (Get), resource (metadata for a funder), and scope (single). It distinguishes from the sibling 'list_funders' which retrieves multiple funders.

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 indicates use with a specific Funder Registry ID via the example. While it doesn't explicitly state when not to use or mention alternatives, the contrasting sibling 'list_funders' implies this is for individual lookups, providing adequate context for an AI agent.

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/dam2452/crossref-mcp'

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