Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_delete_campfire_line

Delete a chat message from a Basecamp Campfire by specifying project, campfire, and line IDs.

Instructions

Delete a chat message/line from a Campfire

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
line_idYesChat line ID to delete
project_idYes
campfire_idYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. However, it only states the action ('Delete') without noting that deletion is likely permanent, whether special permissions are needed, or how it affects related data. This leaves significant ambiguity for an agent.

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, front-loaded sentence that wastes no words. It clearly states the verb and resource, making it easy for an agent to quickly grasp the tool's core function.

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?

While the operation is conceptually simple, the description lacks critical context such as expected outcome (e.g., success/failure response), irreversibility, and how to obtain required IDs. With no output schema and no annotations, the description is too sparse to fully support correct invocation.

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

Parameters2/5

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

Schema description coverage is only 33% (only line_id has a description). The tool description adds no extra meaning for project_id or campfire_id, and does not explain how they relate to the line being deleted. The agent must infer their purpose from parameter names alone.

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 uses the specific verb 'Delete' and clearly identifies the resource as 'a chat message/line from a Campfire'. This distinguishes it from sibling tools like create_campfire_line and list_campfire_lines, which serve different purposes.

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 offers no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites, such as whether the line must belong to a specific campfire or project. There is no exclusionary context or alternative tool references.

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