Skip to main content
Glama

list_sets

List this organization's subscription sets and whether this agent is attached to each one. A set is a named group such as a repository's dependencies or a team's watchlist. Use an unattached set id with attach_to_set; attachment is what makes its subscriptions visible to you.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does a good job: it states exactly what the call returns (sets plus attachment status) and explains the behavioral consequence that subscription visibility depends on attachment. The 'List' verb reasonably implies a read-only operation, though it never states that explicitly.

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?

Three short sentences with no filler: the first states the tool's purpose, the second defines the domain term, and the third gives a useful next step. Every sentence earns its place and the core purpose is front-loaded.

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 zero-parameter, no-output-schema tool, the description is complete enough: it covers what is returned, the meaning of the returned data, and the downstream workflow. It doesn't provide an exact output shape, but an agent can invoke this correctly without 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?

The tool has zero parameters and 100% schema description coverage, so there are no parameter details left to document. The description's mention of unattached set ids is aimed at the next tool (attach_to_set), not unresolved parameter semantics here.

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 names a specific operation — listing the organization's subscription sets — and adds the valuable extra of showing whether the agent is attached to each set. It also defines what a 'set' is, eliminating ambiguity and distinguishing this tool from siblings like list_maintained_repositories.

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?

The description gives actionable workflow guidance: list sets to find unattached ones, then use those ids with attach_to_set, noting that attachment is what makes subscriptions visible. It doesn't explicitly contrast list_sets with sibling listing tools, but the intended use case is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources