Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_agent_spec_bind

Bind a live catalog entity to a Scenario architecture slot using the agent spec as the default source. Ensures the entity version matches the expected version for the slot.

Instructions

Bind a live catalog entity to a Scenario architecture slot. Default source is agent_spec (created/maintained from this scenario).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
sourceNo
spec_idYes
slot_keyYes
entity_idYes
plan_slugNo
entity_nameNo
expected_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full behavioral burden. It reveals the default source but fails to disclose whether this is a write operation, what happens on conflict, prerequisites (e.g., existence of entity/slot), or any side effects. Major behavioral ambiguities remain.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, with no filler words. However, it is so brief that it omits critical information. It earns a middle score for being non-verbose, but the content is inadequate for the tool's complexity.

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

Completeness1/5

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

Given the tool's complexity (8 parameters, 4 required, no annotations, no output schema), the description is grossly incomplete. It does not explain required parameters, expected_version semantics, slot_key meaning, entity_id usage, or any operational details. The agent cannot safely invoke this tool based on the provided description.

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 does not explain any of the 8 parameters (spec_id, expected_version, slot_key, entity_id, kind, source, plan_slug, entity_name). It merely mentions 'default source' without elaborating the source parameter or any other. The description must compensate for the lack of schema documentation and fails entirely.

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 verb ('Bind') and the objects involved ('live catalog entity' to 'Scenario architecture slot'), which is clear and not a tautology. It also mentions a default source, adding some specificity. However, it does not explicitly distinguish it from sibling tools like yaaif_agent_spec_upsert_slots, so it misses a differentiation point.

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?

The description gives no guidance on when to use this tool versus alternatives such as yaaif_agent_spec_upsert_slots or sync tools. The only contextual note is the default source, but it does not explain conditions, prerequisites, or exclusions.

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