Skip to main content
Glama
tc2fh
by tc2fh

get_entries

Batch fetch Reactome records for several stable identifiers in one call (up to 20). Returns count and matched entries.

Instructions

Batch-fetch records for several identifiers in one call (max 20).

Args:
    stable_ids: A list of identifiers, or a comma/whitespace-separated
        string (e.g. "R-HSA-69278, R-HSA-69620").

Returns:
    Dict `{count, entries}` where `entries` is the list of matched records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stable_idsYes
Behavior3/5

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

No annotations present, so the description carries the burden. It discloses the max 20 limit and the return format, but does not mention behavior for missing/invalid identifiers or ordering. It provides some context but not full behavioral disclosure.

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 compact and well-structured with Args and Returns sections. Every sentence is informative, and the example is concise yet valuable.

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?

With one parameter and no output schema, the description adequately covers input and output. The max 20 limit is a useful constraint. It could be more complete with error behavior or a note about usage vs. get_entry, but overall it is sufficient.

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 coverage is 0%, yet the description fully explains the stable_ids parameter: it can be a list or a comma/whitespace-separated string, with a concrete example. This adds significant value beyond the raw 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?

Clearly states 'Batch-fetch records for several identifiers in one call (max 20)', using a specific verb and resource. This distinguishes it from sibling tools like get_entry (singular) and search.

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?

Implies usage for retrieving multiple records at once, and the max 20 limit is stated. However, it does not explicitly mention alternatives or exclusions, so it lacks a direct when/not comparison to get_entry or search.

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/tc2fh/reactome-mcp'

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