Skip to main content
Glama

postrc_generate_observability_spec

Idempotent

Generate an observability requirements document from the PRD, specifying error tracking, analytics events, SLOs, dashboards, and alerting rules to design monitoring before build.

Instructions

PRE-FLIGHT tool - run BEFORE RC Method build phase, ideally after rc_define (Phase 2). Generates an observability requirements document from the PRD: error tracking setup, analytics events, SLO definitions, dashboard specs, and alerting rules. This ensures monitoring is designed in, not bolted on after shipping. Output feeds into rc_architect as a companion to the PRD. Optional but strongly recommended for production applications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prd_contentNoPRD content to analyze (optional - will read from rc-method/prds/ or pre-rc-research/ if not provided)
project_pathYesAbsolute path to the project directory
Behavior4/5

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

Annotations declare idempotent and non-destructive; description adds workflow context (pre-flight, feeds into rc_architect) and output contents. No contradictions, and given annotations cover safety profile, the added behavior context earns a 4.

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?

Four sentences, all informative, front-loaded with the PRE-FLIGHT label and purpose. No filler.

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?

Tool is simple (2 params, no output schema), and description covers why, when, what, and where output goes. The lack of output schema is compensated by describing the document contents. Complete for the complexity.

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?

Schema covers 100% of parameters with descriptions; description adds no additional parameter semantics beyond mentioning PRD input, which is already in schema. Baseline of 3 applies.

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 'Generates an observability requirements document from the PRD' and enumerates contents (error tracking, analytics events, SLOs, dashboards, alerting). It distinguishes itself by labeling 'PRE-FLIGHT tool' and noting it feeds into rc_architect, separating it from siblings.

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 explicit timing ('run BEFORE RC Method build phase, ideally after rc_define') and context ('PRE-FLIGHT tool'). Notes optionality and recommendation, but does not name alternatives or exclusions, so slightly below perfect.

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