Skip to main content
Glama
Mipiti
by Mipiti

list_model_groups

List tag groups for a specific model using its ID, to see which groups it belongs to and understand its security posture.

Instructions

List the groups a given model belongs to. Read-only; no side effects.

Returns the model's TAG memberships (/api/models/{id}/tags) — tags are the overlapping grouping kind, so a model may appear under many. There is no per-model listing for systems; enumerate systems with list_groups(kind="system") and inspect membership via each system's get_group. Use list_groups(kind="tag") for all tags in the workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesthe model whose groups (tags) to list.
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries the full burden. It explicitly says 'Read-only; no side effects' and explains the behavioral nuance that a model may appear under many tags because tag grouping is overlapping.

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, front-loaded with the core action and safety trait, and every sentence adds value: what is returned, the overlapping nature, and the correct alternatives for systems and tags.

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 read-only listing tool, the description covers purpose, behavior, return meaning, and sibling alternatives well. The main completeness gap is the unexplained server_version parameter in an otherwise high-clarity description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description reinforces model_id as 'the model whose groups (tags) to list,' but it never mentions or explains the required server_version parameter. With schema description coverage at 50%, the description needed to compensate for that gap and does not.

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 uses a specific verb and resource: 'List the groups a given model belongs to.' It also distinguishes itself from sibling list_groups by noting tags are the overlapping grouping kind and that per-model listing is only for tags.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

The description gives explicit alternatives: use list_groups(kind="system") to enumerate systems, inspect system membership via get_group, and use list_groups(kind="tag") for all workspace tags. This clearly frames when to invoke this tool versus the siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mipiti/mipiti-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server