Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_create_schedule_entry

Create a new calendar event in a Basecamp project schedule with title, time, description, participants, and notification options.

Instructions

Create a new calendar event in the schedule

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notifyNoNotify participants
all_dayNoAll-day event
ends_atNoEnd date/time (ISO 8601)
summaryYesEvent title
starts_atYesStart date/time (ISO 8601)
project_idYes
descriptionNoEvent description
schedule_idYes
participant_idsNoParticipant person IDs
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 only mentions 'create' and offers no details about side effects, required permissions, return values, or idempotency. This is a significant transparency gap 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, clear sentence with no wasted words. It conveys the core purpose effectively and is appropriately concise.

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 9 parameters and no output schema, the description is too minimal. It fails to mention required parameters, date/time format requirements, or any context about how the schedule entry is structured. The description does not provide sufficient information for an agent to correctly invoke the tool without relying entirely on the schema.

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 coverage is 78%, so most parameters already have descriptions. The tool description adds no extra meaning to the parameters. Since coverage is close to the high threshold, the schema does the heavy lifting, and the description does not need to compensate much.

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 verb 'create' and the resource 'calendar event in the schedule', which distinguishes it from sibling tools that list, get, or update schedule entries. It is specific 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?

The description gives no guidance on when to use this tool versus alternatives like update_schedule_entry or list_schedule_entries. It only states what it does, not when to prefer it over siblings or any prerequisites.

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