Skip to main content
Glama
vapvarun

Basecamp MCP Server

by vapvarun

basecamp_list_cards

Retrieve all cards in a column, auto-paginating through every page so you get the complete list in one call. Optionally limit to a single page for UI-style pagination.

Instructions

List cards in a column. Defaults to auto-paginating — walks every page via Link headers so a 224-card Done column returns as one array instead of the first 15 rows. Pass {single_page: true, page: N} to restrict to a single page (useful for UI-style pagination).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number when single_page is true (default 1).
column_idYes
project_idYes
single_pageNoIf true, return only one page (default false — walk all pages).
Behavior4/5

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

With no annotations, the description carries the full burden. It transparently discloses the auto-paginating behavior, the aggregation into a single array, and the effect of single_page. It does not mention output fields or error conditions, but the key non-obvious behavior (pagination) is well covered.

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?

Two sentences, front-loaded with the main purpose, and every phrase adds value. It explains the default behavior, the edge case (224-card column), and the alternative mode without fluff.

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

Completeness4/5

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

For a list tool with four params and no output schema, the description covers the essential behavioral aspects and parameter usage. It lacks an explicit note about return format, but the aggregation behavior is described. Given the tool's simplicity, it is sufficiently complete.

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

Parameters4/5

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

Schema description coverage is 50% (page and single_page have descriptions, project_id and column_id do not). The description adds meaningful semantics beyond the schema by explaining default values and the intent of single_page for UI-style pagination. Though it doesn't clarify the ID parameters, these are self-evident.

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 opens with a clear verb+resource: 'List cards in a column.' It is specific and distinguishes itself from sibling tools like basecamp_list_card_ids (which lists only IDs) and basecamp_get_card (which gets one card). The scope is unambiguous.

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

Usage Guidelines4/5

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

The description includes guidance on when to use the default auto-paginating behavior versus passing single_page for UI pagination. It does not explicitly mention alternatives like list_card_ids or when not to use this tool, but the pagination explanation provides clear context for usage.

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