Discover, compose, run, publish, and save Adobe Firefly workflows through the run-workflow MCP server.
93
96%
Does it follow best practices?
Impact
83%
1.25xAverage score across 3 eval scenarios
High
Do not use without reviewing
{
"context": "Tests that capability/discovery questions about run-workflow ('what can you do', 'what actions are available') are always grounded in a live list_actions call rather than answered from training knowledge or a stale cached description — the catalog changes over time and a memorized answer would drift from reality.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Calls list_actions",
"description": "The agent called list_actions before giving any substantive answer about run-workflow's capabilities.",
"max_score": 50
},
{
"name": "Answer grounded in tool result",
"description": "The agent's answer reflects the actual data returned by list_actions rather than a generic or memorized description of the catalog.",
"max_score": 30
},
{
"name": "No unrelated tool calls",
"description": "The agent did not call run_workflow_submit, compose_workflow, or inspect_run for this discovery-only request.",
"max_score": 20
}
]
}