Skip to main content
Glama

join_hub_profile

Add the current API key user to a public hub. Provide the hub profile ID and workspace ID to complete the membership.

Instructions

Join a public hub profile as the current API key user.

workspace_id: target workspace ID — get available IDs from list_workspaces()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
hub_profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

A4/5.0
Behavior3/5

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

Annotations indicate this is not read-only and not destructive, which the description aligns with. The description itself does not add extra detail about side effects, permissions, or failure modes, but annotations lower the bar and no contradiction exists.

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 extremely concise, using two short sentences with no redundant phrasing. Every part contributes directly to understanding the tool's purpose and a key parameter.

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 simple join action, the description covers the essential purpose and provides a helpful pointer for one parameter. It lacks a mention of any prerequisites (e.g., the hub profile must be public), but the overall tool is straightforward and the description is sufficient for an agent to invoke it correctly.

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?

The schema provides no parameter descriptions, so the description's note about workspace_id (target workspace and how to get IDs) adds meaningful value. However, hub_profile_id is left without any additional explanation, leaving half the parameters underexplained.

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 ('Join') and the resource ('a public hub profile'), making it unambiguous. It also specifies the actor ('current API key user'), which distinguishes it from invite-related actions.

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

Usage Guidelines4/5

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

The description provides practical usage guidance by noting that workspace_id refers to the target workspace and suggests using list_workspaces() to obtain valid IDs. It also implies that this tool is for joining a public hub profile, giving context for when to use it, though it doesn't explicitly contrast with alternatives.

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