Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_upload_attachment

Upload a file to Basecamp and receive an attachable_sgid for embedding in comments, messages, or rich text content.

Instructions

Upload a file (image, video, document) to Basecamp. Returns an attachable_sgid that can be used in comments, messages, or any rich text content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionNoOptional caption for the attachment (shown below images)
file_nameNoName for the uploaded file (optional, defaults to original filename)
file_pathYesAbsolute path to the file to upload
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns an attachable_sgid, which is useful, but it does not mention permissions, side effects, file size limits, error handling, or whether the upload is reversible. As a mutation tool, this lack of behavioral context is a significant gap.

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, well-structured sentence that front-loads the action and includes the key return value. There is no redundant information or fluff; every word contributes to understanding the tool's purpose and outcome.

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

Completeness3/5

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

The tool is relatively simple (3 flat params, no output schema), and the description covers the main purpose and return value. However, it does not clarify prerequisites (e.g., file existence, permissions), how the upload ties to a specific Basecamp project, or when to use this over similar upload tools. Given the lack of annotations, a bit more context would be helpful, but the essentials are present.

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 100% for all three parameters (file_path, caption, file_name), so the schema already documents the parameters. The description does not add specific parameter semantics beyond the schema, but it does introduce the concept of an attachable_sgid, which relates to the output rather than parameters. Baseline 3 is appropriate.

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 tool's function: 'Upload a file (image, video, document) to Basecamp.' This uses a specific verb ('upload') and resource ('file'), and distinguishes itself from siblings by emphasizing the returned attachable_sgid for use in rich text, a unique capability.

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 the tool is used when you need a file attachment for comments/messages by mentioning the sgid, but it does not explicitly state when to use this tool versus alternatives like basecamp_create_upload or basecamp_comment_with_file. No explicit exclusions or alternatives are named, so usage guidance is only implied.

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