Skip to main content
Glama
Boian

Basecamp Classic MCP Server

by Boian

get_todo_list

Read-only

Retrieve a specific to-do list and its items by providing its numeric ID.

Instructions

Get a specific to-do list with its items.

Args: todo_list_id: The numeric to-do list ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todo_list_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already include readOnlyHint=true, so the read-only nature is covered. The description adds that the result includes items ('with its items'), which is useful context beyond the annotation, but it does not disclose details like pagination, auth requirements, or rate limits. This is consistent with the annotation.

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: first states the action, second documents the argument. Every word earns its place with no redundancy or filler, making it appropriately concise and front-loaded.

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 simple get-by-ID tool with one parameter, an output schema, and readOnlyHint annotation, the description sufficiently covers the main purpose and parameter semantics. It could have added a note about return behavior or errors, but the existing output schema and the nature of the tool make it reasonably complete.

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 0%, so the description must compensate. It does so by explaining that todo_list_id is 'The numeric to-do list ID', which adds meaning beyond the schema's raw integer type. However, this is still basic and does not provide additional constraints or context beyond identifying the parameter's role.

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 'Get a specific to-do list with its items' clearly states a specific action (get) on a specific resource (a to-do list) and distinguishes it from sibling tools like list_todo_lists and list_todo_items by indicating it targets a single list and includes items.

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?

Usage is implied through the phrase 'a specific to-do list' and the required todo_list_id parameter, suggesting it is for fetching one list by ID. However, there is no explicit guidance on when to use this instead of list_todo_lists or list_todo_items, and no mention of alternative tools.

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

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