Skip to main content
Glama

go_term_lookup

Look up Gene Ontology terms by GO ID to retrieve term names, aspects, definitions, and synonyms, clarifying gene function annotations.

Instructions

Look up a Gene Ontology term by GO ID. 按 GO 编号查询基因本体(GO)术语详情:输入 GO ID(如 GO:0006915),返回术语名称、所属方面(生物学过程/分子功能/细胞组分)、定义与同义词,用于理解基因功能注释含义。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
go_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It transparently states that this is a lookup operation and enumerates what will be returned, including the GO aspect categories. It does not discuss invalid ID handling, but for a simple read-only lookup the disclosed behavior is sufficient.

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 front-loaded with the core action, followed by a useful expanded explanation with input example and output details. Every sentence contributes value, and the bilingual phrasing is not redundant.

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?

For a single-parameter lookup tool with an output schema, the description is nearly complete: it gives the input format, the purpose, and the expected return fields. It could be slightly stronger by explicitly distinguishing from GO search tools, but this is a minor gap given the simplicity of the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% parameter description coverage, so the description must compensate. It explicitly identifies the parameter as a GO ID and provides a concrete example (GO:0006915), which adds meaningful format guidance beyond the bare schema field name 'go_id'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action (look up) and resource (Gene Ontology term by GO ID), and even enumerates the returned fields (name, aspect, definition, synonyms). It does not explicitly differentiate from sibling tools like go_term_search, but the 'by GO ID' scoping makes the purpose clear.

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?

The description implies the intended use case: when you have a GO ID and want details to understand gene function annotations. It does not explicitly say when to use this tool versus alternatives such as go_term_search or gene_go_annotation, nor does it provide exclusions.

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/qgeng1465/bio-mcp'

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