Skip to main content
Glama

invite_to_hub_profile

Send email invitations to a hub profile by providing workspace ID, role (Admin, Editor, or Viewer), and recipient emails. Specify the target hub profile to manage user access.

Instructions

Send email invitations to join a hub profile.

workspace_id: target workspace ID — get available IDs from list_workspaces()
role_id: 1 = Admin, 2 = Editor, 3 = Viewer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailsYes
role_idYes
workspace_idYes
hub_profile_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

C2.7/5.0
Behavior2/5

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

The description mentions that email invitations are sent, implying side effects, but it does not disclose permission requirements, whether invitations are created or stored, or any other consequences. The annotations provide only minimal read-only and destructive hints and are not contradicted.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the main purpose. The parameter notes are compact and directly useful, though the lack of formatting makes the parameter explanations a bit cramped.

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

Completeness2/5

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

The description does not explain what a hub profile is, how it relates to the workspace_id, or what the expected result of the invitation is. With no output schema and missing parameter details, an agent would struggle to use this tool correctly in context.

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?

The description explains workspace_id and role_id, including role values, but leaves hub_profile_id and emails undefined. With four required parameters, only half receive meaningful explanation, leaving critical ambiguity about the invitation target and recipient format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the primary action: sending email invitations to join a hub profile. It distinguishes this tool from workspace-level invitations by naming the hub profile resource, although the meaning of 'hub profile' is not fully elaborated.

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?

The description provides useful details for workspace_id and role_id, but it does not explain when to use this tool versus related tools like invite_to_workspace or join_hub_profile. No decision criteria or contextual triggers are given.

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

Deploy Server

Other Tools