Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_trigger_ambient_workflow

Trigger an ambient workflow on the YAAIF platform by passing an agent ID, session ID, and arguments. Use to start background automation from IDE plugins.

Instructions

Trigger an ambient workflow via platform local tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNo
argumentsNo
session_idNo

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, the description carries the full burden of disclosing behavior. It only states that the tool triggers a workflow via a 'platform local tool', which hints at the execution mechanism but does not disclose side effects, whether the call is asynchronous, whether approval may be required, or what happens after trigger. This is a significant gap for an action-oriented tool.

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 short and front-loaded, but most of it restates the tool name ('Trigger an ambient workflow'). The only substantive addition, 'via platform local tool', is unexplained. It is not bloated, but it is under-specified enough that it cannot be considered well-structured content.

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?

For a tool with three parameters, no annotations, no output schema, and a large sibling set containing similar ambient workflow operations, this description is far too sparse. It omits expected return values, required versus optional inputs in practice, and how this tool relates to ambient run or test-trigger tools.

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 provides no explanation of agent_id, arguments, or session_id. The nested 'arguments' object with arbitrary properties is especially opaque, and the description does not compensate for the schema's lack of documentation.

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 clear verb-resource pair: 'Trigger an ambient workflow', which distinguishes the action from create/get/update/list operations on ambient workflows. However, it does not explicitly differentiate itself from the closely related sibling 'yaaif_ambient_test_trigger' or explain what 'via platform local tool' means, so it is clear but not fully differentiated.

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 alternatives such as yaaif_ambient_workflow_create, yaaif_ambient_test_trigger, or the ambient run control tools. There is no mention of prerequisites, typical calling context, or cases where this tool should not be used.

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