Skip to main content
Glama

Workflow MCP Server

by Artin0123

evaluate_task

Assess task complexity by analyzing multi-step requirements, unclear specifications, subtask division potential, and bug risk to determine implementation approach.

Instructions

Evaluate task complexity. Use for any task involving logic, algorithms, or multiple components. Skip only for trivial changes (styling, typos).

Input Schema

NameRequiredDescriptionDefault
can_break_into_subtasksYesCan be divided into independent subtasks?
cannot_guarantee_bugfreeYesHigh risk of edge cases or bugs?
has_unclear_requirementsYesRequirements are vague or need clarification?
is_multi_stepYesRequires multiple implementation steps?

Input Schema (JSON Schema)

{ "properties": { "can_break_into_subtasks": { "description": "Can be divided into independent subtasks?", "type": "boolean" }, "cannot_guarantee_bugfree": { "description": "High risk of edge cases or bugs?", "type": "boolean" }, "has_unclear_requirements": { "description": "Requirements are vague or need clarification?", "type": "boolean" }, "is_multi_step": { "description": "Requires multiple implementation steps?", "type": "boolean" } }, "required": [ "is_multi_step", "has_unclear_requirements", "can_break_into_subtasks", "cannot_guarantee_bugfree" ], "type": "object" }

Other Tools from Workflow MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Artin0123/workflow-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server