Skip to main content
Glama

mcp-chain-of-thought

verify_task

Verify task completion by checking for adherence to all requirements and technical standards, ensuring no details are overlooked. Input a valid task ID to validate specific task outcomes.

Instructions

Comprehensively verify task completion, ensuring all requirements and technical standards are met without missing details

Input Schema

NameRequiredDescriptionDefault
taskIdYesUnique identifier of the task to verify, must be an existing valid task ID in the system

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "Unique identifier of the task to verify, must be an existing valid task ID in the system", "format": "uuid", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-chain-of-thought

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/liorfranko/mcp-chain-of-thought'

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