Skip to main content
Glama

Invite Clarity Organization Notetaker

inviteClarityOrganizationNotetaker

Invite the in-meeting notetaker bot (Recall.ai) to a live meeting; the recording lands as an organization Clarity interview

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgIdYes
titleNo
meetingUrlYes
extraCaptureRequestIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that the tool invokes an external Recall.ai bot and that the resulting artifact is stored as an organization Clarity interview. This adds useful behavioral context. It does not mention side effects like the bot visibly joining the meeting or duplication risk, but the annotations already address idempotency and destructive behavior.

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?

A single sentence communicates the action, the external system, and the resulting artifact with no wasted words. The core outcome is front-loaded and every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for a simple invitation action, but it omits optional-parameter semantics, gives no clue about the return value, and does not differentiate this tool from inviteClarityMeetingNotetaker. An agent could still invoke it correctly, but only by relying on parameter names and the sibling list.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for missing parameter documentation. It only hints at the meaning of orgId ('organization') and meetingUrl ('live meeting'), while the optional title and extraCaptureRequestId parameters are left unexplained. An agent would have to infer their purpose from parameter names alone.

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 action ('Invite the in-meeting notetaker bot (Recall.ai) to a live meeting') and a precise result ('the recording lands as an organization Clarity interview'). The word 'organization' helps distinguish this from the sibling inviteClarityMeetingNotetaker even though that alternative is not explicitly named.

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?

It gives clear context: use this when a live meeting should be recorded into an organization-level Clarity interview. However, it does not explicitly state when not to use it, mention prerequisites, or point to the near-identical sibling inviteClarityMeetingNotetaker, leaving the agent to infer the selection criteria.

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.

Resources