Skip to main content
Glama

Invite a Micro project member

micro_invitation_create

Send a single-use project invitation by email, assigning an explicit viewer, developer, or admin role with optional promotion authority.

Instructions

Email one single-use project invitation with an explicit role and optional promotion authority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoMicro project directory; defaults to the server working directory
roleYes
emailYes
confirmYesExplicit confirmation to send this project invitation email
canPromoteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
jsonNo
stderrYes
stdoutYes
commandYes
exitCodeYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only mark readOnly=false and idempotent=false, so the description's addition of 'single-use' and 'Email' gives concrete side-effect context: it sends an email and creates a one-time invitation. It does not cover auth requirements or revocation, but it adds meaningful behavior beyond the annotations.

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?

One efficient sentence with no wasted words. The action is front-loaded and all key qualifiers fit into a single readable line.

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 5-param mutating tool with an output schema and annotations, the description plus schema covers the essential call. The only notable gap is lack of guidance about the required confirm flag and path selection, but the schema contains that information.

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?

Despite schema coverage at 40%, the description supplies meaning for email, role, and canPromote by referring to 'Email', 'explicit role', and 'optional promotion authority'. It leaves path and confirm to the schema, which already documents their behavior, so the division is reasonable.

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?

States a specific action (Email), a specific resource (one single-use project invitation), and the key qualifiers (explicit role, optional promotion authority). This distinguishes it from siblings like micro_invitations (list) and micro_invitation_revoke (revoke).

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 use when you need to send an invitation to a Micro project member, but it does not explicitly state when to prefer it over sibling tools such as micro_member_set, or when not to use it. Usage is inferable but not spelled out.

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

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/microdotdo/micro-mcp'

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