Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_release_approval_refresh

Refresh a Scenario release approval to ensure it's up-to-date before executing governed actions. Provide spec_id and approval_id to revalidate approval status.

Instructions

Refresh one Scenario release approval from approval-service before attempting the governed action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes
approval_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the data source (approval-service) and intent (refresh), but does not say whether the refresh mutates state, is idempotent, or how stale or missing approvals are handled.

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 a single tight sentence with the core directive front-loaded and no filler. It is concise without sacrificing the key temporal context.

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

Completeness3/5

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

For a simple two-parameter refresh operation, the description provides the essential trigger and resource. However, since there are no annotations and no output schema, it leaves unclear what 'governed action' means, what the caller should do with the refreshed approval, and what kind of response to expect.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not explain spec_id or approval_id. The parameter names are somewhat self-explanatory and the phrase 'one...approval' hints at approval_id, but the description adds essentially no meaning beyond the raw schema.

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 states a specific action ('Refresh'), a specific resource ('one Scenario release approval'), and a workflow context ('before attempting the governed action'). It is distinguishable from siblings like release_approval_request and release_approvals because it emphasizes a refresh step, though 'Scenario' and 'governed action' are not defined precisely.

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 gives a clear temporal trigger for when to use the tool: before attempting a governed action. This is useful context, but it does not explicitly name alternatives or state when not to use the tool, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools