Skip to main content
Glama
tc2fh
by tc2fh

list_species

List species annotated in Reactome, optionally filtering to main curated species only. Returns species names, taxonomy IDs, and abbreviations.

Instructions

List the species annotated in Reactome.

Args:
    main_only: If True (default), return only the main curated species;
        otherwise return every species including computational inferences.

Returns:
    Dict `{count, species}` of Species records (name, taxId, abbreviation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
main_onlyNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the default behavior of main_only (returning only curated species) and the alternative (including computational inferences). It also states the return structure, giving the agent a clear picture of what to expect.

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 concise and well-structured with clear Args and Returns sections. Every sentence adds value, with no fluff 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?

For a simple read-only tool with one optional parameter, the description covers the purpose, parameter behavior, and return format. No output schema is provided, but the description fills that gap adequately. It is complete for the tool's complexity.

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?

The input schema only provides the property name, type, and default with no description. The tool description compensates fully by explaining exactly what main_only=True vs False does, adding significant meaning beyond the 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?

The description starts with 'List the species annotated in Reactome', which is a specific verb+resource statement. It clearly distinguishes from sibling tools like list_diseases and list_top_level_pathways by focusing on species.

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 that this tool lists species and explains the main_only parameter's effect. It doesn't explicitly mention alternatives or when-not-to-use, but the purpose is unambiguous and the context is clear enough for an agent to select it appropriately.

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