Skip to main content
Glama
rcsb

io.github.rcsb/rcsb-mcp

Official
by rcsb

rcsb_find_enzyme_classes

Read-onlyIdempotent

Convert free-text enzyme names or reactions to Enzyme Commission (EC) numbers for precise PDB structure searches.

Instructions

Resolve a free-text enzyme, enzyme class, or catalyzed reaction (e.g. alcohol dehydrogenase, protease, kinase, DNA polymerase, hydrolase, oxidoreductase) to Enzyme Commission (EC) numbers, for precise EC-based PDB searches instead of keyword guessing.

Use this when a request references an enzyme, enzyme class, or reaction — including "enzymes that catalyze / break down / degrade / synthesize / hydrolyze / phosphorylate ...". Resolve the phrase to an EC number here, then search by it — see the resolver guidance in the server instructions for the attribute path and lineage semantics.

Args: query: Free-text enzyme / reaction, e.g. "alcohol dehydrogenase", "protein kinase". limit: Max EC numbers to return. with_pdb_counts: If true (default), annotate each with pdb_entry_count (PDB entries carrying it, via rcsb_ec_lineage.id).

Returns: {query, count, enzymes:[{ec, name, pdb_entry_count?}]}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
with_pdb_countsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful behavioral context: the output format (query, count, enzymes with ec/name/pdb_entry_count), the effect of with_pdb_counts, and a pointer to resolver guidance for lineage semantics. It also clarifies the mapping to EC-based searches. This goes beyond what annotations provide, though it doesn't discuss edge cases like empty results or ambiguous queries.

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 well-structured, front-loading the purpose in the first sentence, followed by usage guidance, parameter semantics, and return format. Every sentence is informative, with no fluff. The use of bullets and concise examples makes it easy to parse.

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?

The description is complete for an AI agent to select and invoke the tool correctly. It explains the tool's role in a larger workflow (EC-based PDB searches), gives concrete query examples, details all parameters, and describes the return structure. It also references server instructions for deeper resolver guidance, filling any residual gap.

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 description coverage is 0%, but the description fully compensates with an 'Args' section explaining each parameter: 'query: Free-text enzyme / reaction', 'limit: Max EC numbers to return', and 'with_pdb_counts: If true (default), annotate each with pdb_entry_count'. It also includes examples and return format details, adding meaning 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?

The description clearly states the tool resolves free-text enzyme/reaction phrases to EC numbers for precise PDB searches. It uses a specific verb ('Resolve') and resource ('enzyme class' to EC numbers), and distinguishes from siblings like rcsb_find_go_terms by focusing on enzymes and explicitly mentioning 'instead of keyword guessing'.

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 explicitly says 'Use this when a request references an enzyme, enzyme class, or reaction' with concrete examples, and provides workflow guidance ('Resolve the phrase to an EC number here, then search by it'). It does not name alternative tools for when-not-to-use, but the context is clear enough.

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/rcsb/rcsb-mcp'

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