Skip to main content
Glama
microbiomedata

nmdc-mcp

Official

get_entity_by_id_with_projection

Retrieve only the specific fields you need from an NMDC entity by its ID, reducing data transfer and improving efficiency compared to fetching full entity data.

Instructions

Use this tool to retrieve specific fields from an NMDC entity by ID. More efficient than getting full entities when you only need certain fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYes
collectionYes
projectionNo
Behavior2/5

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

No annotations are provided, so the description must cover behavior. It only mentions 'retrieve' and 'more efficient' but does not disclose error handling, rate limits, or what happens if entity_id is invalid.

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?

Two sentences, front-loaded with purpose, efficient wording, no redundancy.

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

Completeness2/5

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

Given the complexity of three parameters (especially the flexible projection parameter) and no output schema, the description is insufficient. It lacks guidance on projection format, output expectations, and error conditions.

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?

The description does not explain any of the three parameters individually. With schema description coverage at 0%, the burden on the description is high, yet it only refers to 'certain fields' for projection.

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 it retrieves specific fields from an NMDC entity by ID, distinguishing it from siblings like get_entity_by_id (full entity) and get_entities_by_ids_with_projection (multiple entities).

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?

Indicates efficiency when only certain fields are needed, implying when to use it over the full entity tool. However, it does not explicitly state when not to use or mention alternatives by name.

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/microbiomedata/nmdc-mcp'

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