Skip to main content
Glama

Soxoa Automation Planner

Prioritize automation workflows

prioritize_automation_workflows
Read-onlyIdempotent

Rank 1–12 user-described workflows by value, predictability, judgment, sensitivity, and integration complexity, then recommend automate, assist, or discovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflowsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guardrailsYes
rankedWorkflowsYes
recommendedFirstWorkflowYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it ranks and recommends, which is purpose rather than behavior, and doesn't mention any side effects or external impact. This is adequate but not additive beyond annotations.

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

Conciseness5/5

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

A single, front-loaded sentence that packs the action, scope, criteria, and output without filler. Every word contributes meaning, and the structure is easy to scan.

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

Completeness3/5

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

Given the output schema exists and annotations cover safety, the description is mostly adequate for invocation. However, it lacks usage context relative to the sibling tool and does not clarify what 'discovery' means as a recommendation, leaving some ambiguity about the tool's full behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for explaining parameters. It mentions criteria ('value, predictability, judgment, sensitivity, integration complexity') that map loosely to fields like weeklyHours and predictability, but it does not clarify value ranges, enum meanings, or how each field influences the rank. This is insufficient for a nested 1–12 workflow array.

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 clearly states a specific verb ('Rank') and resource ('user-described workflows'), plus the criteria and output recommendation types. It does not explicitly contrast with the sibling tool estimate_automation_roi, so it misses the differentiation needed for a 5.

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 implies the tool is for prioritizing workflows but gives no explicit guidance about when to choose this over estimate_automation_roi, nor any exclusion criteria. There is no 'when to use vs alternatives' information despite a sibling tool existing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources