Skip to main content
Glama

vibo_invite_users

Invite event attendees by email, choosing host or guest roles and adding a personal message. Confirmation is required before sending invitations.

Instructions

Invite people to an event by email (as host or guest). Confirm-gated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesPersonal message included in the invite.
typeYesInvite as host or guest.
emailsYesEmail addresses to invite.
confirmNoMust be true to proceed. Without this, the tool returns a preview.
eventIdYesEvent id.
Behavior3/5

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

Annotations only provide readOnlyHint=false, leaving behavioral disclosure to the description. The description adds the confirm-gated trait, but the schema already explains the preview behavior. It also implies email sending but does not elaborate on side effects or permissions. No contradiction with annotations is 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 a single concise sentence followed by a short phrase. Every word is essential, and the core action is front-loaded, making it extremely efficient.

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 tool with five fully documented parameters and no output schema, the description adequately conveys the core purpose and confirm gating. However, it does not describe return values or outcomes after a successful invite, though the schema's confirm description covers the preview case. This is a minor gap given the tool's simplicity.

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%, so all parameters are already well-documented. The description's mention of host/guest and email maps directly to existing schema descriptions, adding no new semantic value beyond what the schema provides.

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 (invite), the target (people to an event), method (by email), and role options (host/guest), distinguishing it from sibling tools like join_event or list_event_users. It is specific and unambiguous.

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 usage for inviting new participants via email, but it does not explicitly mention when to use this tool versus alternatives like change_user_role or remove_user. It lacks clear exclusions or alternative references, so context is implied rather than stated.

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/chrischall/vibo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server