Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_create_todo

Create a new to-do in a Basecamp to-do list, specifying content, due date, assignees, and notification preferences.

Instructions

Create a new to-do in a to-do list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
due_onNoDue date (YYYY-MM-DD)
notifyNoNotify assignees
contentYesTo-do content/title
starts_onNoStart date (YYYY-MM-DD)
project_idYes
descriptionNoDetailed description (HTML)
todolist_idYes
assignee_idsNoArray of person IDs
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It only states the action 'Create' without mentioning side effects like notifications, permission requirements, or how assignees are handled. No context is added beyond the basic verb.

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, tightly worded sentence with no filler. It is front-loaded with the key information and earns its place as a concise summary.

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

Completeness2/5

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

For a tool with 8 parameters, no annotations, and no output schema, the description is too sparse. It fails to explain the relationship between project_id and todolist_id, the expected workflow, or any return value. The minimal text leaves the agent to infer critical context from the schema alone.

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 75%, leaving project_id and todolist_id without explicit descriptions, though their names are self-explanatory. The tool description adds no parameter information, relying on the schema to define fields like content, due_on, and assignee_ids. This is adequate but not enhanced.

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

Purpose5/5

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

The description clearly states the action ('Create') and the target resource ('a new to-do in a to-do list'), which distinguishes it from sibling tools like create_todolist (creating a list) and update_todo. The phrasing is direct and unambiguous.

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?

No guidance is provided about when to use this tool versus alternatives. It does not mention prerequisites such as having an existing to-do list or project, nor does it clarify situations where one might prefer update_todo or complete_todo instead.

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/vapvarun/basecamp-mcp-server'

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