Skip to main content
Glama

Phenotype to Protein Structures

phenotype_to_structures
Read-onlyIdempotent

Map a clinical phenotype (HPO term) to protein structures of associated disease targets, returning UniProt IDs for AlphaFold structural analysis.

Instructions

Map a clinical phenotype to the protein structures of its disease targets.

Pipeline:

  1. Resolve HPO term → associated diseases

  2. For each disease → top protein targets (Open Targets)

  3. For each target → UniProt ID (for AlphaFold retrieval)

Use the returned UniProt IDs with analyze_structural_confidence to retrieve AlphaFold structural confidence (pLDDT/PAE).

Example: phenotype_to_structures(hpo_id='HP:0002621') maps Atherosclerosis → disease targets → UniProt IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint, openWorldHint, idempotentHint. Description adds behavioral context: pipeline steps, resolution from phenotype to diseases to targets, and that it returns UniProt IDs for AlphaFold retrieval. Consistent with annotations. Could mention potential time/network dependency but not required.

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?

Reasonably concise with bullet points and an example. No wasted sentences, but could be slightly tightened (e.g., combine first two lines). Still very usable.

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?

Given the tool's complexity (multi-step pipeline, three parameters, output schema exists), the description explains the complete workflow, provides an example, and references a follow-up tool. Output details are covered by output schema. No gaps.

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?

Schema descriptions already cover all parameters (hpo_id format, disease_limit and targets_per_disease ranges). Description adds value by showing how parameters fit into the pipeline and provides a concrete example, making the interaction understandable beyond 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?

Clearly states the tool maps a clinical phenotype to protein structures of disease targets. The pipeline explanation (HPO → diseases → targets → UniProt IDs) makes the specific verb and resource unambiguous. Distinguished from siblings by its multi-step mapping nature.

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?

Provides an example and mentions using the returned UniProt IDs with analyze_structural_confidence, but does not explicitly state when to use this tool versus alternatives like lookup_disease or get_disease_targets. No when-not-to-use guidance for the many sibling tools.

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/smaniches/alphafold-sovereign-mcp'

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