Skip to main content
Glama
cbyrohl

mcp-server-ads

by cbyrohl

ads_resolve_reference

Read-only

Convert free-text reference strings to ADS bibcodes by matching partial citations to records in the NASA Astrophysics Data System for paper identification.

Instructions

Resolve free-text reference strings to ADS bibcodes.

Accepts human-readable reference strings and attempts to match them to records in ADS. Useful for identifying papers from partial citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referencesYesList of free-text reference strings to resolve (e.g. ['Einstein 1905 Annalen der Physik 17 891'])

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds useful context about the tool's matching behavior ('attempts to match') and its utility for partial citations, but does not provide additional behavioral details like rate limits or error handling.

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 appropriately sized and front-loaded, with two concise sentences that efficiently convey the tool's purpose and usage without any wasted words or redundancy.

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

Completeness5/5

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

Given the tool's moderate complexity, high schema coverage, presence of annotations, and existence of an output schema, the description is complete enough. It effectively explains what the tool does and when to use it, without needing to detail return values or parameters.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already fully documents the 'references' parameter. The description adds marginal value by clarifying the parameter's purpose ('free-text reference strings') and providing an example, but does not go beyond what the schema provides in terms of semantics.

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 purpose with a specific verb ('Resolve') and resource ('free-text reference strings to ADS bibcodes'), and distinguishes it from siblings by specifying it's for matching human-readable reference strings to records, unlike general search or citation tools.

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 provides clear context on when to use this tool ('Accepts human-readable reference strings and attempts to match them to records in ADS'), but does not explicitly state when not to use it or name specific alternatives among the sibling tools.

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/cbyrohl/mcp-server-ads'

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