Skip to main content
Glama

Start a check-in meeting

start_checkin
Destructive

MUTATES Parabol data: start a new Check-in (Action) meeting for a team (returns the new meetingId). Required: teamId. Optionally name it. Parabol GraphQL: startCheckIn → union. Requires MEETINGS_WRITE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional meeting name.
teamIdYesThe team id (required).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already flag destructiveHint=true, and the description independently reinforces that this 'MUTATES Parabol data' while adding useful context: the required permission (MEETINGS_WRITE) and the return value (new meetingId). This goes beyond the annotation without contradicting it.

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 sentences with no filler. The mutation warning is front-loaded, followed by essential inputs, permission, and return value, making every sentence earn its place.

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 two-parameter mutation tool with no output schema, the description is reasonably complete: it names the operation, parameters, permission requirement, and return value. It could be fuller about failure modes or union response details, but those are not critical for selecting and invoking this tool.

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 100% and both parameters already have descriptions. The description adds little beyond restating that teamId is required and name is optional, so a baseline score of 3 is appropriate.

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 states a specific verb and resource: 'start a new Check-in (Action) meeting for a team' and notes the returned meetingId. This cleanly distinguishes it from sibling tools like start_retrospective and start_team_prompt by naming the exact meeting type.

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 gives clear inputs ('Required: teamId. Optionally name it') and a mutation warning, but does not explicitly say when to choose this over the sibling start_* meeting tools. The use case is implied by the meeting type name rather than stated with alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.