Skip to main content
Glama

pride_project

Enter a PXD project ID to retrieve its title, abstract, species, experiment type, and downloadable data files for proteomics analysis.

Instructions

Get PRIDE proteomics project by ID. 按项目 ID 获取蛋白质组学项目:输入 PXD 项目编号(如 PXD000001),返回项目标题、摘要、物种、实验类型与数据文件,用于蛋白质组学数据获取。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It clearly states what the tool returns (project title, abstract, species, experimental type, data files) and its intended purpose. It does not cover failure modes or response formatting details, but for a simple ID-based fetch this is adequate.

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 compact and front-loaded with the core operation and resource. The bilingual repetition adds a slight redundancy, but it remains only two sentences and contains no filler or irrelevant detail.

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 single-parameter, read-only fetch-by-ID tool with an output schema available, the description supplies the essential information: the input format, the resource, and the expected return categories. The only notable gap is not explicitly mentioning the pride_search sibling as the appropriate tool when the ID is unknown.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no property descriptions, so schema description coverage is 0%. The description compensates fully by specifying the parameter format ('PXD project number') and giving a concrete example ('PXD000001'), which tells an agent exactly how to construct a valid call.

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 states a specific operation ('Get'), a specific resource ('PRIDE proteomics project'), and a precise lookup key ('by ID'). It also enumerates the returned content (title, abstract, species, experiment type, data files), making the tool's purpose unambiguous. The 'by ID' phrasing also distinguishes it from the sibling pride_search tool without needing an explicit comparison.

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 usage context is implied: use this tool when you already have a PXD project ID and need project details. However, it does not explicitly say when not to use it or point users to pride_search for query-based discovery, so the guidance is reasonably clear but not fully explicit about alternatives.

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