Skip to main content
Glama

Create Basecamp Check-in Answer

basecamp_create_answer

Submit an HTML answer to a Basecamp check-in question, providing the project ID, question ID, HTML content, and grouping date.

Instructions

Create a new answer for a check-in question. Content must be HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idYesProject/bucket ID
question_idYesQuestion ID to answer
contentYesHTML content of the answer
group_onYesDate the answer belongs to (YYYY-MM-DD format, used to group answers by check-in day)
Behavior2/5

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

Annotations already indicate a write operation (readOnlyHint=false) with possible side effects (openWorldHint=true). The description only adds 'Content must be HTML,' which is redundant with the schema. No disclosure of what happens on failure, rate limits, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One concise sentence that is front-loaded. No unnecessary words, but could be slightly more structured with separation of purpose and constraint.

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?

No output schema, so description should explain what happens upon creation. It does not mention return values, error scenarios, or the relation to check-ins. For a creation tool with side effects, more context is needed.

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 baseline is 3. Description does not add parameter-level meaning beyond what the schema already provides (e.g., content is already described as 'HTML content').

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 'Create a new answer for a check-in question' with a specific verb and resource, and adds a constraint 'Content must be HTML.' This distinguishes it from other creation tools among siblings.

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 guidance on when to use this tool versus alternatives like get_answer or list_answers. No exclusions or use-case context provided.

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/stefanoverna/basecamp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server