Skip to main content
Glama

MCP Test Server

by small-tou

create_todo

Generate and manage to-do items on the MCP Test Server by specifying a title and user ID, ensuring organized task tracking within the system.

Instructions

创建待办事项

Input Schema

NameRequiredDescriptionDefault
titleYes待办事项标题
userIdYes用户ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "title": { "description": "待办事项标题", "type": "string" }, "userId": { "description": "用户ID", "type": "number" } }, "required": [ "title", "userId" ], "type": "object" }
Install Server

Other Tools from MCP Test 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/small-tou/mcp-test'

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