Skip to main content
Glama

Read Specification

cleanroom_spec_read

Read specification contents with role-based access control: analysts and monitors can view any spec, implementers only handed-off ones.

Instructions

Read the contents of a specification. Analysts can read any spec. Implementers can only read specs that have been handed off (status: 'handed-off'). Monitors can read any spec for review purposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSpec name to read
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the permission model and implies read-only behavior. This is meaningful context beyond the tool name, though it omits details about output format or side effects (though side effects are not expected for a read operation).

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, with three sentences that front-load the purpose and then efficiently detail access rules. Every sentence contributes value with no redundancy.

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 tool with one parameter and no output schema, the description covers the essential context, especially the role-based access policy. It does not describe the return format, but that is not critical for such a straightforward operation.

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 already has 100% description coverage for the single 'name' parameter ('Spec name to read'). The description adds little beyond the generic phrase 'contents of a specification', so it does not significantly enhance parameter understanding.

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 'Read the contents of a specification' with a specific verb and resource. It adds role-based scope, but does not explicitly differentiate from the sibling tool cleanroom_impl_read_spec, which may also read specs.

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?

Provides clear context on who can read what (analysts, implementers, monitors), including the permission constraint for implementers. However, it does not name alternatives like cleanroom_impl_read_spec or state when to use one over the other.

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/websitebutlers/cleanroom-mcp'

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