Skip to main content
Glama

List Campfire Messages

basecamp_list_campfire_messages
Read-onlyIdempotent

Search and browse Basecamp Campfire messages. Filter by campfire, person, keywords, or time range to locate specific discussions. Supports multiple IDs for OR matching.

Instructions

Browse chat messages from Basecamp Campfires. Campfires are real-time chat rooms within projects.

Use this tool to:

  • See recent chat activity across all campfires or specific ones

  • Find messages from specific people

  • Search message content for keywords

  • Review chat history since a specific date or time period

All filters support multiple values for OR-matching.

Examples:

  • "What's been discussed in chat today?" → since: "today"

  • "Show messages from Alice and Bob" → person_ids: [111, 222]

  • "Find chat messages mentioning deploy or release" → query: ["deploy", "release"]

  • "Recent messages in campfire 12345" → campfire_ids: [12345]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campfire_idsNoFilter to specific campfires by ID. Supports multiple IDs for OR-matching. Omit to browse all campfires.
person_idsNoFilter by sender person IDs. Supports multiple IDs for OR-matching. Use basecamp_list_people to find person IDs.
queryNoCase-insensitive text search against message content. Supports multiple terms for OR-matching.
sinceNoShow messages since this time. Accepts ISO 8601 dates (e.g., "2024-01-15"), relative durations ("24h", "7d", "2w"), or keywords ("today", "yesterday").
limitNoMaximum number of messages to return (default: 20, max: 100).
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds behavioral details like OR-matching on multiple values and date flexibility, which go beyond the annotations. No contradictions are present.

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 concise, well-structured with bullet points and examples, and front-loaded with the core purpose. Every sentence adds value without 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?

Given the tool's simplicity (read-only, no output schema) and rich schema annotations, the description covers key aspects. It explains filters and usage but could mention return format (e.g., message objects). Still, it is nearly complete for a list tool.

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 coverage is 100%. The description adds value by explaining OR-matching, providing concrete examples for each parameter, and clarifying default behavior (e.g., limit default 20). This exceeds the baseline of 3.

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 'Browse chat messages from Basecamp Campfires' and distinguishes it from message board tools like list_messages by specifying 'real-time chat rooms'. It lists specific use cases and provides examples.

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 explicitly states when to use the tool (browse recent activity, find by person, search, review history) and provides clear examples. However, it does not mention when not to use it or alternatives (e.g., list_messages for message board messages), which slightly reduces the score.

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