Skip to main content
Glama
Arielbs

Rosetta MCP Server

by Arielbs

run_rosetta_scripts

Execute a RosettaScripts XML protocol on a given PDB file. Use this to run custom Rosetta protocols requiring the rosetta_scripts binary.

Instructions

Run a RosettaScripts XML protocol on an input PDB file. Use when executing Rosetta protocols. Requires local installation with rosetta_scripts binary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exe_pathNoPath to rosetta_scripts executable (optional if on PATH)
xml_pathYesPath to Rosetta XML protocol
input_pdbYesPath to input PDB
out_dirYesOutput directory
extra_flagsNoAdditional command-line flags
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, but the description adds the context that execution requires a local binary. It does not disclose potential side effects (e.g., file creation in out_dir) or behavior of the external process. The description adds moderate value beyond 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 concise (two sentences), front-loaded with the core purpose, and every sentence adds necessary information (main action, usage context, prerequisite). No redundancy or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, 3 required, no output schema) and many siblings, the description provides the essential purpose and a key prerequisite but lacks details on outputs, error behavior, or how it fits among related tools like rosetta_scripts_schema. It is minimally adequate.

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

Parameters3/5

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

The input schema has 100% description coverage for all 5 parameters. The tool description does not add any parameter-specific details beyond what the schema already provides, so baseline score of 3 is appropriate.

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 uses a specific verb ('Run') and clearly identifies the resource (RosettaScripts XML protocol on a PDB file). It distinguishes this tool from sibling tools that handle conversion, installation, or documentation, making its purpose unambiguous.

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

Usage Guidelines4/5

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

The description explicitly states 'Use when executing Rosetta protocols' and notes a critical prerequisite (local installation of rosetta_scripts binary). However, it does not provide when-not-to-use guidance or mention alternative tools from the sibling list, such as xml_to_pyrosetta or rosetta_scripts_schema.

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/Arielbs/rosetta-mcp-server'

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