Skip to content

Read team context

How agents read team context from Dailybot: check-ins, kudos, activity via MCP and API.

Agents can read Dailybot context — check-ins, kudos, activity, and team structure — so they can act with awareness of what the team is doing and what has been shared.

MCP

The Dailybot MCP server exposes tools that let an AI agent (in an MCP-compatible environment) read recent check-ins, kudos, and related data. This is the main way for an agent to "see" what's happening in Dailybot without calling the REST API directly.

API

The API reference documents endpoints for check-ins, users, organization, and more. With the right authentication and scopes, your agent or backend can fetch the same data that MCP exposes, for custom integrations or headless use.

Use cases

Reading team context helps agents summarize standups, answer questions about what the team shipped, suggest kudos, or trigger follow-up actions based on reported blockers or status.

MCP serverSend a check-inDevelopers