Skip to main content
Glama

get_hub_profile

Read-only

Retrieve complete hub profile information by providing the hub profile ID and workspace ID. Use this to access detailed hub data for a specific workspace.

Instructions

Get full hub profile details by ID.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
hub_profile_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

A4.4/5.0
Behavior4/5

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

The readOnlyHint annotation is consistent with 'Get full hub profile details', so no side-effect disclosure is needed. The description adds useful context that workspace_id is a target workspace identifier, but does not mention error behavior or missing-profile outcomes.

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 concise, front-loaded with the main purpose, and uses a second sentence only for the less obvious parameter. No filler or redundant wording is present.

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?

There is no output schema, but the promise of 'full hub profile details' gives the agent a reasonable expectation of the result. Combined with the two clearly identified input parameters, the description is sufficiently complete for this simple read operation.

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?

The workspace_id parameter is explicitly explained with a hint to list_workspaces(). The hub_profile_id parameter is not described in detail, but the phrase 'by ID' and the parameter name make its meaning clear enough.

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 tool fetches full hub profile details by ID, using the verb 'get' and a specific resource. This distinguishes it from sibling tools like get_hub_profile_by_username or list_hub_profiles.

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 implies usage when a hub profile ID is known and explicitly tells users how to obtain the required workspace_id via list_workspaces(). It could be more explicit about when to prefer this over get_hub_profile_by_username, but the by-ID phrasing provides sufficient guidance.

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