Skip to main content
Glama

gene_full_profile

Given a gene symbol, fetch Ensembl location, UniProt annotations, STRING partners, and PubMed counts in one call. Use for cross-validated functional overviews and project kickoffs.

Instructions

Combined multi-database gene analysis (cross-validation). 基因综合分析(多数据库交叉验证):给定基因符号,一次并发返回Ensembl 定位 + UniProt 蛋白注释 + STRING 互作伙伴 + PubMed 文献数,for project kickoff and functional overview. 适合开题调研、蛋白功能概述。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
speciesNohomo_sapiens

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It discloses that the tool queries multiple databases concurrently ('一次并发返回') and frames itself as cross-validation, which is useful. However, it does not mention partial-failure behavior, rate limits, network dependence, or data freshness across the four external sources.

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?

The description is front-loaded with the core purpose and immediately lists the concrete output components. The bilingual repetition of the same idea is slightly redundant but does not introduce noise or obscure meaning.

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 an aggregator with two parameters and an output schema, the description covers the core purpose, the output sources, and the intended scenario. The main gap is the under-documented `species` parameter and lack of caveats about external-database failure behavior, but an agent can still select and invoke it correctly.

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 description coverage is 0%, so the description must compensate. It does clarify that `symbol` means a gene symbol, but it leaves `species` undocumented except for the schema default `homo_sapiens`. No guidance is given on valid species values or formatting.

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 performs combined multi-database gene analysis, enumerates the exact data sources (Ensembl, UniProt, STRING, PubMed), and says it returns several output categories concurrently. This distinguishes it from single-source siblings like ensembl_gene_lookup and uniprot_annotate.

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 targets 'project kickoff and functional overview' / '开题调研、蛋白功能概述', which gives an agent a clear when-to-use context. It does not explicitly mention when not to use it or recommend alternative single-database tools for deeper analysis.

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