Skip to main content
Glama

list_hub_profiles

Read-only

Lists all hub profiles for a specified workspace. Provide a workspace ID to retrieve the available profiles.

Instructions

List all hub profiles in a workspace.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

A3.7/5.0
Behavior3/5

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

The annotations already indicate readOnlyHint and destructiveHint. The description adds that it lists all hub profiles, which is useful, but does not mention pagination, ordering, or response format. Consistent with annotations, no contradiction.

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 and front-loaded, with the key action in the first sentence and a helpful follow-up for the parameter. No unnecessary words.

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 list operation with a single parameter and read-only annotations, the description is complete. It explains how to obtain the needed input and what operation is performed. Additional details about pagination or result shape would be nice but are not critical for basic usage.

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 only parameter, workspace_id, is described as 'target workspace ID' and a cross-reference to list_workspaces() is provided. This gives clear semantic meaning, though it does not elaborate on the expected format or possible restrictions.

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 action ('List'), resource ('hub profiles'), and scope ('in a workspace'). It is unambiguous, though it does not explicitly differentiate from sibling tools like list_managed_hub_profiles or filter_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 Guidelines3/5

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

Provides guidance on how to obtain workspace_id (via list_workspaces()), but does not discuss when to prefer this tool over alternatives, such as filter_hub_profiles or list_managed_hub_profiles.

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