Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_sync_to_objects

Apply Scenario-owned names and workflow design to bound catalog objects after preview. Updates object specifications without overwriting skill pack files.

Instructions

Apply Scenario-owned names and workflow_design onto bound catalog objects. Preview with yaaif_agent_spec_sync_preview (to_objects), then apply. Skill pack files are not overwritten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes
preview_idYes
expected_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It does state one important safety behavior: 'Skill pack files are not overwritten.' However, it does not disclose other effects, such as whether existing catalog object names are replaced, reversibility, permission requirements, or conflict handling—critical for a mutation tool with zero annotation coverage.

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 three sentences with no filler. The first sentence states purpose, the second gives the precise workflow (preview then apply), and the third adds a critical safety caveat. Information is front-loaded and every sentence earns its place.

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?

For a mutation tool with no annotations, no output schema, and 0% parameter coverage, the description must carry substantial explanatory weight. At 3 sentences, it leaves major gaps: what 'bound catalog objects' are, how to obtain preview_id, the meaning of expected_version, and what happens on failure. It provides some high-level context but is far from complete for 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?

The input schema provides no parameter descriptions (0% coverage), and the description does not compensate. It never explains what spec_id, preview_id, or expected_version represent, how preview_id is obtained (beyond mentioning the preview tool), or what expected_version enforces. An agent cannot infer the meaning of these required parameters from the description alone.

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 clearly states a specific verb ('Apply') and resource ('Scenario-owned names and workflow_design onto bound catalog objects'), and it references the preview tool with the direction '(to_objects)', distinguishing it from from_objects. However, it does not explicitly contrast with the sibling 'yaaif_agent_spec_sync_apply', which could be ambiguous for an agent deciding between the two.

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 explicit sequencing: 'Preview with yaaif_agent_spec_sync_preview (to_objects), then apply.' This tells the agent when to use this tool relative to the preview step. It lacks when-not-to-use guidance and does not mention alternatives like sync_from_objects, but the core usage context is clear.

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