Skip to main content
Glama

prc_gate

Submit a checkpoint decision for the Pre-RC research stage: approve to continue, reject with feedback to revise, or question to pause. After approval, proceed to the next stage or synthesize.

Instructions

Submit a checkpoint decision for the current Pre-RC research stage. NEVER call without presenting the checkpoint context to the user first and getting their explicit decision. Three checkpoints exist: Checkpoint 1 (after classify - is research scope right?), Checkpoint 2 (after stages 1-4 - is research accurate?), Checkpoint 3 (after all stages - ready to build?). Valid decisions: "approve" to proceed, "reject" with feedback to revise, "question" to pause for clarification. After approve: proceed to next stage or prc_synthesize (after Checkpoint 3). After reject: re-run the relevant stage with user feedback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionYesGate decision: 'approve', 'reject [reason]', or 'question [text]'
feedbackNoOptional additional feedback
project_pathYesAbsolute path to the project directory
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently describes the precondition (must present checkpoint context first), valid decisions and their consequences (approve/proceed, reject/revise, question/pause), and the follow-up actions. It does not detail internal state mutations, but for a gate tool this level of disclosure is strong, though not perfect.

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 yet information-dense, organized with an action statement, a critical usage warning, checkpoint enumeration, decision meanings, and post-action behavior. Every sentence earns its place, with no fluff or redundancy, and the most important constraint is front-loaded.

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

Completeness5/5

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

Despite having no output schema and no annotations, the description is fully self-contained for a gate tool: it names the three checkpoints, explains valid decisions and their downstream effects (including linking to prc_synthesize after Checkpoint 3), and references the current Pre-RC research stage, which situates it within the broader workflow. It leaves no obvious questions about when or how to use it.

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 100% (all three parameters have descriptions), so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining what each decision entails ('approve' means proceed, 'reject' means revise with feedback, 'question' means pause for clarification) and how these map to workflow steps. This is richer than the schema's simple string examples.

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 tool's action ('Submit a checkpoint decision') and resource ('current Pre-RC research stage'), and delineates the three checkpoints (Checkpoint 1, 2, 3) with their specific contexts. This distinguishes it from sibling tools like 'rc_gate' or 'postrc_gate' by explicitly anchoring it to the Pre-RC research stage.

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 provides explicit usage directives: 'NEVER call without presenting the checkpoint context to the user first and getting their explicit decision' and explains exactly what to do after each decision type ('After approve: proceed to next stage or prc_synthesize... After reject: re-run the relevant stage with user feedback'). This gives clear when-to-use and when-not-to-use guidance, exceeding the baseline.

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/originalrashmi/rc-engine-product-framework'

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