Skip to main content
Glama
nickzren

opentargets-mcp

by nickzren

get_target_tractability

Read-only

Assess a target's druggability with tractability scores across multiple therapeutic modalities using its Ensembl ID.

Instructions

Return tractability assessments across modalities for a target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ensembl_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotation readOnlyHint=true already signals a safe read operation. The description adds minimal behavioral context beyond the basic function, such as the fact that it covers 'modalities', but does not disclose edge cases, error behavior, or what the output contains (though an output schema exists). No contradiction with annotations.

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, focused sentence that immediately states the tool's purpose without any filler. It is clear and front-loaded, and every word contributes to 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 a simple read-only lookup with one parameter and an existing output schema, the description is sufficiently complete for an agent to select and invoke the tool. It conveys the core function, and the output schema covers return values. However, it lacks contextual hints about how tractability relates to other target assessments, which is not essential.

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?

The schema has one required parameter (ensembl_id) with 0% description coverage. The description only refers to 'a target' which implies the parameter is a target identifier, but does not explain that it must be an Ensembl ID, the expected format, or any constraints. The description adds minimal value over the parameter name itself.

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 the tool's function: returning tractability assessments for a target, specifying the domain (tractability) and the entity type (target). It distinguishes itself from sibling tools like get_target_info or get_target_prioritization by focusing on tractability, though it does not explicitly name alternatives.

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 other target-related tools. It does not mention prerequisites, such as requiring an Ensembl ID, or scenarios where this tool would be preferred over get_target_safety_information or get_target_prioritization.

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/nickzren/opentargets-mcp'

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