Skip to main content
Glama

List Basecamp Vaults

basecamp_list_vaults
Read-onlyIdempotent

Retrieve all sub-vaults (folders) within a parent vault in Basecamp's Docs & Files. Use optional regex filtering to narrow results. Essential for navigating project document hierarchies.

Instructions

List sub-vaults (folders) under a parent vault in the Docs & Files section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idYesProject/bucket ID
parent_vault_idYesParent vault ID (use the vault ID from the project's dock)
filterNoOptional regular expression to filter vaults by title
Behavior3/5

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

Annotations already indicate a safe, read-only operation. The description adds context about the location ('Docs & Files') and hierarchy, but does not disclose behavioral traits beyond what annotations convey (e.g., pagination, limits, ordering).

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, concise sentence (14 words) that is front-loaded with the main action and context. Every word is necessary, with no redundancy.

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 list operation with clear annotations and schema, the description is sufficient. It could optionally mention that it returns an array of vault objects, but given the tool's nature and annotations, this is not a major gap.

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?

Input schema covers all parameters with descriptions, so baseline is 3. The description does not add extra meaning beyond the schema; it only implies the use of parent_vault_id.

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 action ('List'), the resource ('sub-vaults (folders)'), and the context ('under a parent vault in the Docs & Files section'). It distinguishes from sibling list tools like basecamp_list_documents by specifying 'vaults' and 'folders'.

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 have a parent vault ID and want to see sub-vaults, but it does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternative tools or prerequisites.

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