Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_read

Read any Basecamp card or todo by URL, with options to include comments and images for complete project context.

Instructions

Read a Basecamp card or todo with optional comments and images. Supports any Basecamp URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull Basecamp URL (e.g., https://3.basecamp.com/5798509/buckets/37594834/card_tables/cards/9010883489)
include_imagesNoExtract and include image URLs from comments
include_commentsNoInclude comments in the response
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the read-only nature via the verb 'Read' and mentions optional comments/images, but lacks details on return format, error handling, or pagination. This is minimal but not misleading.

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 two short sentences with no fluff. The primary purpose is front-loaded, and every word adds value.

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 output schema, the description should clarify what the tool returns (e.g., resource content, comments, image URLs). It does not mention response structure or potential errors, and with many sibling tools, lacks usage context to route the agent effectively.

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 100%, so the baseline is 3. The description adds 'optional comments and images' which maps to include_comments and include_images, and 'any Basecamp URL' aligns with the url parameter, but it does not provide syntax or format details beyond the schema.

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 'Read' and resources 'card or todo', with optional comments and images. It distinguishes itself from sibling tools like basecamp_get_card and basecamp_get_todo by supporting any Basecamp URL, making it a more generic reader.

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 when-to-use or alternative guidance is provided. The description implies usage through 'Supports any Basecamp URL' but does not explicitly compare to specialized getters or mention exclusions, leaving the agent to infer when to select this tool over siblings.

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