Skip to main content
Glama

filter_hub_profiles

Read-only

Filter hub profiles by availability level (public or private) for a specified workspace.

Instructions

Batch-fetch lightweight hub profile data for a list of IDs.

workspace_id: target workspace ID — get available IDs from list_workspaces()
availability_level: "Public" or "Private" to filter by visibility

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
workspace_idYes
availability_levelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

A4.2/5.0
Behavior3/5

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

The description clearly indicates a read-only fetch operation, and annotations already declare readOnlyHint=true and destructiveHint=false, so no additional side-effect disclosure is needed. It adds no extra behavioral detail beyond the fetch semantics.

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 compact and focused: two sentences plus brief inline parameter notes. No filler or redundant content.

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?

An output schema exists, so return values do not need to be described. The description gives enough context for a straightforward batch fetch with filtering, though it does not mention limits, pagination, or ordering (which are not essential for basic use).

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 schema has 0% formal description coverage, but the description manually explains workspace_id, availability_level, and implicitly covers ids via 'a list of IDs', adding meaningful meaning beyond the bare schema.

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?

States a specific verb and resource: batch-fetching lightweight hub profile data for a list of IDs. This clearly distinguishes it from single-get or list-all hub profile tools.

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?

Provides clear context for the workspace_id and availability_level parameters, and the phrase 'Batch-fetch ... for a list of IDs' implies when to use it versus list/get alternatives, though it does not explicitly name sibling tools or exclusions.

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