Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_sync_workflow_design

Adopt live ambient workflow graphs by copying them into the Scenario workflow_design segment. Use to sync workflow design into Scenario, not apply it to catalog objects.

Instructions

Copy bound ambient workflow graphs into the Scenario workflow_design segment. This is an explicit adopt of live graphs. Prefer yaaif_agent_spec_sync_to_objects to apply Scenario-owned workflow_design onto catalog objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spec_idYes
expected_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the mutating nature via 'Copy' and 'explicit adopt of live graphs,' implying a directed overwrite of the workflow_design segment. However, it omits permissions, version-check behavior, side effects, and reversibility, leaving only partial transparency.

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 concise sentences with no redundancy. The core action is front-loaded, and the alternative sibling is referenced immediately after clarifying the operation's semantic, making every word earn its place.

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 niche sync tool with no annotations and no output schema, the description covers the high-level action and sibling differentiation, but not enough for an agent to call it confidently. It lacks parameter semantics, return value expectations, and details about how expected_version is used, leaving meaningful gaps.

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 mention spec_id or expected_version at all. The parameter names offer some inherent meaning, but the description adds no value beyond the schema and fails to compensate for the lack of parameter documentation.

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 states a specific operation: copying bound ambient workflow graphs into the Scenario workflow_design segment, and clarifies it as an explicit adopt of live graphs. It also distinguishes directionality from the sibling yaaif_agent_spec_sync_to_objects by naming what that alternative does, making the tool's unique role clear.

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 explicitly says to prefer yaaif_agent_spec_sync_to_objects when applying Scenario-owned workflow_design onto catalog objects, giving an alternative with a clear condition. It does not enumerate other scenarios or edge cases where this tool should not be used, but the primary routing is handled well.

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