Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_plan_execution_get

Load a saved plan execution by slug to view its details or resume progress. Retrieve specific execution data from YAAIF platform.

Instructions

Load a saved plan execution by slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

C2.9/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 only says 'Load', which implies read-only retrieval, but it does not explicitly state that the plan is not executed or resumed, nor does it mention error behavior or what is returned.

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, front-loaded sentence with no filler. Every word contributes to the core meaning.

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 one-parameter getter, the description is minimally viable, but it leaves gaps: no output schema exists, and the description does not clarify what 'load' returns or that it is a non-mutating read. It is adequate but not complete.

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?

The schema has 0% description coverage and the only parameter is 'slug'. The description merely repeats that the operation is 'by slug', adding little beyond the parameter name itself. It does not explain what a slug is, its format, or where to obtain it.

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 uses a specific verb ('Load') and a clear resource ('a saved plan execution') with a lookup key ('by slug'). It is clear enough to distinguish from siblings like plan_execution_list, though it does not explicitly name or contrast alternatives.

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?

No guidance is provided about when to use this tool versus siblings such as yaaif_plan_execution_list, yaaif_plan_execution_resume, or yaaif_plan_execution_update_step. The agent is left to infer that 'get' is for retrieval.

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