Skip to main content
Glama
chapmanjw

Rutherford MCP Server

by chapmanjw

plan

Design an implementation plan for a goal by delegating to an ACP architect agent. Read-only: plans without mutating the codebase.

Instructions

Ask one ACP agent for an implementation plan for goal under the architect persona (read-only).

A read-only delegate with the architect (planner) persona prepended: the agent designs an approach rather than implementing it. cli is an agent id (see capabilities); model is optional. files lists paths to put in scope. Always read-only -- planning never mutates the tree; implementing the plan is delegate in write mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cliYes
goalYes
roleNoarchitect
filesNo
modelNo
timeout_sNo
working_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description fully discloses that the tool is read-only, never mutates the tree, and uses the 'architect' persona. It also describes the purpose of key parameters. However, it does not mention the behavior of the output, such as the format of the returned plan, though an output schema exists.

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 3 sentences, and the first sentence clearly states the purpose. However, it repeats 'read-only' three times, which could be reduced without loss of clarity.

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 has 7 parameters, 2 required, and an output schema, the description covers the key aspects: relationship to 'delegate', read-only nature, and most parameters. However, it omits explanation for 'working_dir' and 'timeout_s', which are not self-explanatory from the schema alone. The output schema exists, so return values are not required.

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?

The description adds significant meaning to 5 of the 7 parameters: 'cli' (agent ID, see capabilities), 'goal' (the objective), 'model' (optional), 'files' (paths in scope), and 'role' (implied as 'architect'). It does not explain 'working_dir' or 'timeout_s', but the schema coverage is 0%, so the description compensates well.

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 ('Ask') and the resource ('implementation plan for goal'), and specifies it is under the 'architect' persona and read-only. It distinguishes itself from the sibling tool 'delegate' by noting that 'delegate' is for write mode implementation.

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

Usage Guidelines5/5

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

The description explicitly contrasts with 'delegate' (write mode), indicating that 'plan' is for designing an approach rather than implementing. It also tells the user to see 'capabilities' for the 'cli' agent ID, providing clear context for when to use this tool.

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/chapmanjw/rutherford-mcp-server'

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