Skip to main content
Glama
dna-seq
by dna-seq

Trait info

trait_info
Read-onlyIdempotent

Retrieve trait details by EFO or MONDO ontology ID, including associated polygenic score (PGS) identifiers for catalog lookup.

Instructions

Fetch a trait by ontology ID (EFO or MONDO) with its associated PGS IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
efo_idNo
trait_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEFO trait ID (e.g. EFO_0001645)
urlNoEFO URL
labelNoTrait label
descriptionNoTrait description
trait_synonymsNoTrait synonyms
trait_categoriesNoTrait categories
associated_pgs_idsNoAssociated PGS IDs
child_associated_pgs_idsNoChild trait associated PGS IDs
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, open-world, and non-destructive hints. The description adds that it returns associated PGS IDs, which is output-related but not behavioral. It does not disclose potential errors, authentication requirements, or null returns, but the annotation coverage lowers the bar.

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 a single sentence that is direct and front-loaded. No extraneous words or redundancy. Excellent conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, and an output schema likely exists, reducing need to describe return format. However, the parameter ambiguity and lack of context about how to select between EFO and MONDO make it incomplete for a typical agent. It is adequate for a simple fetch but has clear gaps.

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

Parameters2/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 mentions EFO or MONDO IDs but does not explicitly map them to the efo_id and trait_id parameters. It also does not clarify whether both or one is required, leaving ambiguity. This is insufficient given the complete lack of parameter documentation in 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 clearly states the tool fetches a trait by ontology ID (EFO or MONDO) and returns its associated PGS IDs. This specific verb+resource distinguishes it from sibling tools like search_traits, which implies searching rather than direct fetching.

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 usage when an ontology ID is available, but it does not explicitly mention when not to use it or mention alternatives like search_traits. The guidance is implicit rather than explicit, so the score is moderate.

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

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/dna-seq/just-prs-mcp'

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