Skip to main content
Glama
templetwo
by templetwo

post_fix_verify

Register a post-fix verification watch that captures a baseline of fix-relevant probes and re-samples later to detect drift, emitting an alert if divergence occurs.

Instructions

Register a post-fix verification watch. Captures a named baseline of fix-relevant probes and schedules re-samples to catch drift that passes immediate verification. Emits a Nape honk if a later sample diverges from the baseline. Use after any fix whose surface signal might shift (load-balancer drift, cache invalidation, configuration re-read, flaky dependency). Probes support http / command / file_hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fix_descriptionYesWhat was fixed, in one line. Surfaces in honk observations.
domain_tagsNoDomain tags for reflexive surfacing and triage.
probesYesList of probes to run. Each probe has {name, type, ...}. type='http': {url, method?, samples?, timeout_sec?, expected: {status, success_rate_min?}}. type='command': {cmd, shell?, timeout_sec?, expected: {exit_code?, stdout_contains?, stdout_regex?}}. type='file_hash': {path, expected: {sha256?}}. If expected is omitted, the baseline becomes the expectation.
schedule_offsets_minNoMinutes-from-baseline at which to re-sample. Default [5, 30, 120, 1440].
Behavior4/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It explains the core workflow (baseline capture, re-sampling, alerting) and probe types. It does not mention lifecycle details like persistence or cancellation, but the main behavior is clear.

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 (4 sentences) and well-structured: first sentence defines action, second explains mechanism, third usage context, fourth probe types. No unnecessary information.

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?

Given the tool's complexity and lack of output schema, the description covers the purpose, usage, and probe details adequately. However, it does not explain the return value (likely a watch ID) or how to manage the watch later, leaving some gaps.

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

Parameters5/5

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

The description adds significant value beyond the schema by summarizing probe types (http/command/file_hash) and explaining the default baseline behavior when 'expected' is omitted. The schedule_offsets_min default is also highlighted.

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 registers a post-fix verification watch, captures a baseline, schedules re-samples, and emits a honk on divergence. It distinguishes from sibling watch tools by focusing on post-fix verification.

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 says 'Use after any fix whose surface signal might shift' and gives examples like load-balancer drift and cache invalidation, providing clear guidance on when to use. It lacks explicit when-not-to-use or alternatives, but the context is strong.

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/templetwo/sovereign-stack'

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