Skip to main content
Glama

list_client_spaces

List client spaces on your account to see slug, name, page count, last activity, hostname, and portal status. Empty list means no pages filed yet; publish with a client to create a space.

Instructions

List the client spaces on this account: slug, name, page_count, last activity, hostname (the space’s own address, e.g. acme.theiragency.com, when one is connected) and portal_enabled (whether the space serves a generated client portal at that address). Spaces group published pages per client ("file this under Acme"). publish_html auto-creates spaces, so an empty list just means nothing has been filed yet — publish with a client to start one. Connecting an address and enabling the portal are done in the dashboard (DNS is involved).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.0

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 full burden and it delivers useful behavioral detail: it is an account-level list, empty results have a specific meaning, spaces are auto-created by publish_html, and hostname/portal configuration is external. It does not spell out read-only status or pagination, but 'List' plus the semantic explanation covers the main expectations.

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 front-loaded with the core action and fields, then uses two short follow-up sentences to clarify empty-list meaning and out-of-band portal setup. Every sentence carries useful information without repetition or filler.

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 list tool with no output schema, the description covers the domain concept, the returned fields, empty-list behavior, how spaces come into existence, and where related configuration happens. Minor omissions such as output formatting or ordering are not critical for invoking the tool correctly.

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 the baseline is 4; there are no parameter semantics for the description to add. The field-level detail in the description addresses what the output contains instead, which is appropriate for a no-input list tool.

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 leads with a specific verb and resource ('List the client spaces on this account') and enumerates the exact fields returned, which clearly identifies what the tool does. The definition also distinguishes the concept from related resources by explaining spaces group published pages per client, so it is not confusable with list_sites or the create/update/delete siblings.

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?

It gives clear contextual guidance: an empty list means nothing has been filed yet, publish_html auto-creates spaces, and portal/address setup happens in the dashboard. It does not explicitly name alternatives or state when not to use the tool, but the context makes the appropriate use apparent.

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