Skip to main content
Glama

mcp-chain-of-thought

query_task

Search and retrieve task details by keyword or ID from mcp-chain-of-thought server. Filter results by page and page size for efficient task management.

Instructions

Search tasks by keyword or ID, displaying abbreviated task information

Input Schema

NameRequiredDescriptionDefault
isIdNoSpecify whether it's ID query mode, default is no (keyword mode)
pageNoPage number, default is page 1
pageSizeNoNumber of tasks to display per page, default is 5, maximum 20
queryYesSearch query text, can be task ID or multiple keywords (space separated)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "isId": { "default": false, "description": "Specify whether it's ID query mode, default is no (keyword mode)", "type": "boolean" }, "page": { "default": 1, "description": "Page number, default is page 1", "exclusiveMinimum": 0, "type": "integer" }, "pageSize": { "default": 5, "description": "Number of tasks to display per page, default is 5, maximum 20", "exclusiveMinimum": 0, "maximum": 20, "minimum": 1, "type": "integer" }, "query": { "description": "Search query text, can be task ID or multiple keywords (space separated)", "minLength": 1, "type": "string" } }, "required": [ "query" ], "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