Skip to main content
Glama
gtoshinakano

Firestore Todo List MCP Server

by gtoshinakano

Create todo/task

create_todo

Add a new task to your Firestore todo list with title, role, classification, due date, and details to organize and track responsibilities.

Instructions

Add a new todo/task item to the user's store

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTodo/Task text to add
detailsNoOptional. Todo/Task description with details. Max 20 words
completedNoInitial completed status. Default false
dueDateNoOptional ISO 8601 due date
roleYesUser defined role of the person who has to do this todo or task
classificationNoRequired. Determined based on the nature of the task: - circumstantial: tasks that arise due to specific situations or events and has low or none aggregating value - urgent: tasks that require immediate attention - important: tasks that are significant and brings value to life, work or goals important

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
todoYesThe affected todo item
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions adding an item but fails to describe key traits like whether this is a write operation (implied but not stated), authentication needs, error handling, or what the output contains (though an output schema exists). This leaves significant gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and wastes no space, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 parameters, mutation operation) and the presence of an output schema, the description is minimally adequate. However, with no annotations and incomplete behavioral transparency, it lacks details on permissions, side effects, or error cases, which are important for a creation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema fully documents all parameters. The description adds no additional meaning or context beyond what's in the schema, such as explaining parameter interactions or usage examples. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Add a new todo/task item') and target ('to the user's store'), which is specific and unambiguous. However, it doesn't differentiate this tool from its sibling 'update_todo' or explain why one would create versus update, keeping it from a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'update_todo' or 'complete_todo', nor does it mention prerequisites or contextual cues. It merely states what the tool does without indicating appropriate scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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