Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_ambient_test_trigger

Trigger a test event for an ambient workflow by specifying workflow ID, event type, and entity details to validate workflow behavior.

Instructions

Fire a test signal against an ambient workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo
payloadNo
entity_idYes
event_typeYes
entity_typeYes
workflow_idYes

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 available, the description carries the full disclosure burden. 'Fire a test signal' implies a mutating action, but it does not state side effects, whether a workflow run is created, whether it is safe to call in production, or how the signal propagates.

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

Conciseness4/5

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

The description is one tight sentence with no filler or repetition. It is efficient, though the brevity sacrifices explanatory power.

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 six parameters, four required, a nested payload object, no output schema, and no annotations, this one-line description is grossly insufficient. The agent cannot know what a successful call returns, what the payload shape should be, or what constraints apply to required parameters.

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 adds no meaning to any of the six parameters. The agent is left to infer semantics from property names alone, with no explanation of how workflow_id, event_type, entity_type, entity_id, source, or payload interrelate.

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-resource pair ('Fire a test signal against an ambient workflow') and clearly identifies the target domain. It does not, however, distinguish itself from the closely named sibling yaaif_trigger_ambient_workflow, and 'test signal' is left as domain jargon.

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 yaaif_trigger_ambient_workflow or other ambient workflow/runtime tools. The description gives no context about testing scenarios, 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