Skip to main content
Glama

build_research_bundle

Assembles a reproducible bundle by linking a scientific paper with its dataset, source code, and citations from a Zenodo record.

Instructions

Assemble a reproducible bundle of related scientific items.

Traverses relationships to group the paper, dataset, source code, and citations into a unified reproducibility package.

Parameters

record_id : int The Zenodo record ID.

Returns

dict Research bundle metadata containing linked items, all citations, and a reproducibility score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idYes
Behavior3/5

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

With no annotations, the description must disclose behaviors. It mentions traversing relationships and returning a dictionary, but does not clarify if the tool is read-only or modifies state, nor does it address auth needs or side effects.

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 relatively concise with a front-loaded purpose sentence, a brief process paragraph, and a parameter section. A minor reduction in verbosity could improve it.

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?

Given one parameter and no output schema, the description covers the input and return structure (dict with linked items, citations, reproducibility score). However, it lacks detail on error handling and prerequisites.

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 coverage is 0%, but the description provides a docstring for 'record_id' identifying it as a Zenodo record ID, adding necessary meaning beyond the schema's generic 'Record Id' title.

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 'build' and resource 'research bundle', specifying it assembles related scientific items (paper, dataset, source code, citations). This differentiates it from sibling tools like 'cite_record' or 'compare_records'.

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 the tool is for creating a reproducibility package but does not explicitly state when to use it versus alternatives, nor does it provide exclusions or prerequisites.

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/Agostynah/Zenodo-mcp'

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