Skip to main content
Glama

GonMCPtool

taskSearch

Search tasks in the GonMCPtool MCP server by filtering criteria such as status, tags, priority, due dates, or keyword. Simplify task management and retrieval with precise queries.

Instructions

根據條件搜索任務

Input Schema

NameRequiredDescriptionDefault
filterYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "additionalProperties": false, "properties": { "dueDateFrom": { "type": "string" }, "dueDateTo": { "type": "string" }, "priority": { "type": "number" }, "searchText": { "type": "string" }, "status": { "enum": [ "pending", "in_progress", "completed", "cancelled" ], "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "filter" ], "type": "object" }

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/GonTwVn/GonMCPtool'

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