Skip to main content
Glama

get_workspace_hub_profiles

Read-only

Retrieves all hub profiles for a specified workspace ID, returning a minimal representation of each profile for quick overview.

Instructions

List all hub profiles in a workspace (minimal representation).

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

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds 'minimal representation' indicating a limited response format and the workspace_id sourcing note, but does not disclose pagination or ordering behavior. It adds modest value beyond annotations.

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?

Two concise sentences with no filler. The main action is front-loaded, and the parameter note is efficient. Every word earns its place.

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?

With an output schema present, return values need not be explained. The description covers the core operation and parameter sourcing, but lacks explicit differentiation from similar hub-profile listing tools. For a simple read tool with one parameter, it is mostly complete, though a note on scope differences would improve it.

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?

Schema has 0% coverage, so the description carries the burden. It explains workspace_id as 'target workspace ID' and directs to list_workspaces() for valid IDs, which is meaningful guidance beyond the schema's plain 'string' type.

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?

States a specific verb ('list') and resource ('hub profiles') with a scope qualifier ('in a workspace') and a representation qualifier ('minimal representation'). It distinguishes from global listing tools by scope but does not explicitly name alternatives, so it is clear yet not fully differentiated.

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 only a pointer for obtaining workspace_id via list_workspaces(), but does not explain when to choose this tool over siblings like list_hub_profiles or get_hub_profile. No explicit when/when-not conditions, so agents must infer usage.

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