Skip to main content
Glama

Search Reactions

search_reactions
Read-onlyIdempotent

Search Rhea, the expert-curated database of biochemical reactions (the reaction reference used by UniProt and KEGG). Find enzyme/metabolic reactions by compound name, ChEBI id, EC number, or keyword and get the balanced plain-text reaction equation plus EC and ChEBI cross-references. Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax reactions to return (default 15, max 100).
queryYesCompound name, ChEBI id, EC number (e.g. "1.1.1.1"), UniProt accession, or free-text keyword.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "glucose"
      +  },
      +  {
      +    "limit": 10,
      +    "query": "1.1.1.1"
      +  }
      +]
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false. Description adds 'Keyless' indicating no authentication needed, and specifies return format (balanced equation, cross-references). This adds some value but does not cover rate limits, pagination, or additional behavioral constraints.

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?

Description is a single sentence that conveys the database, input types, and output. It is front-loaded with key information and avoids unnecessary words. However, it is somewhat dense and could benefit from slight restructuring for readability.

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?

Given no output schema, the description adequately explains the return format (balanced equation, EC and ChEBI cross-references). It covers the main use case and database source. Missing details on pagination or ordering, but overall sufficient for a search tool with good annotations.

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 coverage is 100%, so baseline is 3. The description repeats the same information for the 'query' parameter that is already in the schema description, and does not elaborate on the 'limit' parameter. No additional meaning is provided 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?

Description clearly specifies verb 'Search' and resource 'Rhea database of biochemical reactions'. It lists input types (compound name, ChEBI id, EC number, keyword) and output (balanced equation, cross-references), distinguishing it from sibling 'get_reaction' which presumably retrieves a single reaction by ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description explains what kinds of queries are supported (compound name, ChEBI id, EC number, keyword), giving examples in the schema. However, it does not explicitly contrast with sibling tools like 'get_reaction' or specify when not to use this tool. Usage context is implied but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.