Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_unwatch_column

Stop watching a Basecamp column to prevent further notifications. Provide project and column IDs to remove the subscription.

Instructions

Stop watching/subscribing to a column

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
column_idYes
project_idYes
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 behavioral disclosure. It states the primary effect (changing watch/subscription state) but does not disclose any side effects, permissions, reversibility, scope (e.g., current user only), or that the column itself is not deleted. This is minimal and provides little beyond the tool name.

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?

A single, front-loaded sentence with no wasted words. 'Stop watching/subscribing' conveys the action efficiently and the slash adds clarity without verbosity.

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?

Given no annotations, no output schema, and sparse parameter docs, the one-line description is too minimalist. It lacks any context about prerequisites (e.g., column must exist), whether the action is reversible, or what the user should expect after execution.

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?

The schema has zero description coverage for its two parameters, and the description does not mention project_id or column_id at all. It forces the agent to infer from parameter names alone, which may be insufficient in a broader workflow.

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 'Stop watching/subscribing' with a specific resource ('a column'), making it unambiguous and distinguishing it from the sibling tool basecamp_watch_column which starts watching. It avoids tautology by using a different verb than the tool name.

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

Usage Guidelines3/5

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

The description implies usage when one wants to cease watching a column, but provides no explicit guidance on when to use it versus the alternative basecamp_watch_column, nor any prerequisites or exclusions. This is implied rather than explicit.

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