Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_ambient_run_reject

Rejects an ambient run gate for a given run ID, blocking the agent service from proceeding. Add an optional note to record the decision and decided_by for audit.

Instructions

Reject an ambient run gate (agent-service).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
run_idYes
decided_byNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full disclosure burden, but it only states the action ('reject'). It does not describe effects on the run, reversibility, required permissions, or whether note/decided_by are recorded as part of the rejection. The description is not misleading, but it is very thin.

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?

A single sentence that is front-loaded with the core action and contains no filler. It is appropriately sized for its content; the problem is under-specification, not verbosity.

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

Completeness2/5

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

Given no annotations and no output schema, the description leaves the agent without usage guidance, parameter semantics, or behavioral detail. For a simple flat-schema tool it is minimally acceptable, but it is not complete enough for confident correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no meaning for run_id, note, or decided_by. The parameter names are mildly self-explanatory, but the description does not compensate for absent schema documentation, so an agent must guess at their semantics.

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?

States a specific verb ('reject') and resource ('ambient run gate'), with the parenthetical 'agent-service' adding scope context. It is clear about what the tool does, but it does not explicitly differentiate itself from sibling tools like yaaif_ambient_run_approve, pause, or stop.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides no guidance on when to use this tool versus alternatives such as approve, pause, resume, or stop. No conditions, prerequisites, or exclusions are mentioned, leaving the agent to infer usage purely from the tool name and sibling list.

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