Skip to main content
Glama

TODO MCP Server

by oseni99
tools.py976 B
TOOLS = [ { "name": "addTask", "description": "Add a new to do item", "params": { "type": "object", "properties": { "title": {"type": "string"}, "content": {"type": "string"}, "due_date": {"type": "string", "format": "date"}, }, "required": ["title", "content"], "additionalProperties": False, }, }, { "name": "listTasks", "description": "List all to do items available", "params": { "type": "object", "properties": {}, "additionalProperties": False, }, }, { "name": "completeTask", "description": "Mark item as complete", "params": { "type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"], "additionalProperties": False, }, }, ]

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/oseni99/todo-mcp'

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