Skip to main content
Glama

prufa_rotate_monitor_webhook

Rotate a monitor's deploy-hook signing secret immediately. The new secret is returned once; update your CI or the old secret stops working. Idempotent with optional key.

Instructions

Rotate a monitor's deploy-hook signing secret. The new secret is returned ONCE in the response — store it now; the old secret dies immediately, so update your CI before the next delivery. Idempotent. [Pro]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idYes
idempotency_keyNoOptional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes.
Behavior4/5

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

Since no annotations are provided, the description carries full burden. It discloses one-time response, immediate expiration of old secret, idempotency, and behavior of idempotency_key. This is rich behavioral context, though it could mention potential side effects like delivery failure if CI is not updated.

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?

Two compact sentences with no extraneous words. The critical action and caveats are front-loaded. Every sentence adds value.

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?

With 2 parameters, no output schema, and no annotations, the description covers the essential behavioral details (one-time secret, idempotency). Missing a brief note on response format or example, but overall sufficient.

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 description coverage is 50% (idempotency_key described). The description adds meaning for idempotency_key (prevents re-execution on retries) but does not describe 'monitor_id' beyond its necessity. It partially compensates for the undocumented parameter.

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 uses the specific verb 'rotate' with the resource 'monitor's deploy-hook signing secret', making the action unambiguous. It distinguishes itself from sibling tools like 'prufa_start_monitor' or 'prufa_trigger_monitor' by focusing on secret rotation, which is unique.

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 provides clear guidance: store the new secret immediately and update CI before the next delivery because the old secret dies at once. It does not explicitly state when not to use it, but the context is sufficiently directive.

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/prufa-dev/prufa-mcp'

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