Skip to main content
Glama
winternewt
by winternewt

Trait info

trait_info
Read-onlyIdempotent

Fetch trait details and associated PGS identifiers by providing an EFO ID.

Instructions

Fetch a trait by EFO ID (e.g. 'EFO_0001645') with its associated PGS IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
efo_idYes

Output Schema

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

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

The description uses 'Fetch' which aligns with annotations readOnlyHint and idempotentHint. It adds that the tool returns PGS IDs, providing useful behavioral context beyond the annotations. No contradictions.

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, efficient sentence that conveys the purpose, method, and key output. Every word is necessary and front-loaded.

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 simple read-only tool with a single parameter and an output schema, the description adequately explains the core functionality and mentions the key return element (PGS IDs). It does not address error cases like missing EFO IDs, but the openWorldHint and presence of an output schema reduce the need for further detail.

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 sole parameter efo_id has no schema description (0% coverage), but the tool description compensates by specifying the format ('EFO_...') and providing an example, making the parameter's meaning and expected value clear.

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 verb 'Fetch', the resource 'trait by EFO ID', and the associated data 'with its associated PGS IDs'. It includes an example EFO ID, which distinguishes it from sibling tools like search_traits that search without a specific ID.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as search_traits or score_info. It simply states the function without any context about when to prefer it or when not to use it.

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

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