Skip to main content
Glama

project_share

Idempotent

Invite a collaborator to a project via email. Generates an invitation URL and optionally sends a notification.

Instructions

Share a project with a collaborator by email. Creates an invitation and returns the invite URL. An email notification may also be sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address of the person to invite
messageNoOptional personal message to include in the invitation
project_idNoProject UUID to share (optional if project_name is provided or a project is linked)
project_nameNoProject name to share (optional if project_id is provided)
Behavior4/5

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

Annotations provide idempotentHint=true and destructiveHint=false. The description adds that it creates an invitation, returns the URL, and may send an email notification, which are useful side effects beyond the schema. No contradictions.

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?

Three concise sentences with no wasted words. Each sentence adds distinct value: action, outcome (invitation and URL), and side effect (email notification).

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?

The description explains the action and outcomes adequately for a tool with 4 params (1 required) and no output schema. It could mention that exactly one of project_id or project_name should be provided, but the schema indicates both are optional, so it's not critical.

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 coverage is 100% with detailed parameter descriptions. The description adds no new semantic meaning beyond stating the purpose. Baseline 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 clearly states the verb 'share', resource 'project', method 'by email', and outcomes including creating an invitation and returning a URL. It distinguishes from siblings like collaborators_list which lists collaborators, not invites.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives (e.g., collaborators_list for listing). The description implies usage for inviting via email but does not provide when-not-to-use or compare with sibling tools.

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/alfredoizdev/contextforge-mcp'

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