Server Details
An MCP server for a simple todo list
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ritza-co/acme-todo
- GitHub Stars
- 0
Available Tools
8 toolstodo_api_add_secret_todoTry in Inspector
Add a secret todo (requires API key)
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
todo_api_create_todoTry in Inspector
Create a new todo
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
todo_api_delete_todoTry in Inspector
Delete a todo
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathParameters | Yes |
todo_api_get_todoTry in Inspector
Retrieve a todo
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathParameters | Yes |
todo_api_list_todosTry in Inspector
List all todos
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
todo_api_read_secret_todosTry in Inspector
Read all secret todos (requires API key)
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
todo_api_replace_todoTry in Inspector
Replace a todo
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| pathParameters | Yes |
todo_api_update_todoTry in Inspector
Update a todo
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| pathParameters | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.