Review the agent for common mistakes
cs_review_agentEvaluates a Copilot Studio agent's configuration and returns a score out of 10 with a fix for each finding, covering instructions, triggers, tools, and security.
Instructions
Judge whether the agent is any good and say what to improve, as a score out of 10 with a fix for each finding: instructions present and sized, escalation and fallback topics, trigger phrase count and overlap, tool descriptions and name collisions, unbound connections, authentication versus private knowledge, web browsing with internal sources, orchestration off with tools, duplicate names, credentials in YAML, pack-only workspace. Returns a score, findings with fixes, and optional Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | ||
| workspace | No | Path to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory. | |
| reportPath | No | Write the Markdown report here |