Skip to main content
Glama

get_hub_profile_by_username

Read-only

Retrieve a hub's profile details using its username or slug. Provide the workspace ID to get the profile information.

Instructions

Get hub profile details by its URL username/slug.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
workspace_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

B3.3/5.0
Behavior3/5

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

The description is neutral and consistent with the readOnlyHint annotation. It does not contradict the read-only nature, but adds no additional behavioral detail (e.g., return format, error cases, or side effects) beyond what annotations already imply.

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, with two short sentences that convey the core purpose and a parameter hint. No unnecessary words or redundancy.

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

Completeness3/5

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

While the description clarifies the input parameters, it does not specify what 'hub profile details' include, nor does it mention output structure or possible error scenarios. Given the tool's simplicity and the read-only annotation, this is adequate but not fully detailed.

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 workspace_id parameter is explained with a specific retrieval hint, and the username parameter's role is implied by the main description ('by its URL username/slug'). However, neither parameter has a formal schema description, and the username explanation is indirect.

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 that it fetches hub profile details using a username/slug, and identifies the resource type. However, it does not explicitly differentiate from sibling tools like get_hub_profile or list_hub_profiles, though the mention of 'by username' provides some distinction.

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?

Provides a hint for the workspace_id parameter (where to get it) but offers no guidance on when to choose this tool over alternatives such as get_hub_profile (by ID) or filter_hub_profiles. No situational context is 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