Skip to main content
Glama

Get Space Content Labels

get_space_content_labels
Read-only

List all labels applied to content in a Confluence space, with optional prefix filtering and pagination for large result sets.

Instructions

List all labels used on content within a space.

Args:
    space_id: The ID of the space.
    prefix: Filter by label prefix (e.g. 'global', 'my', 'team').
    cursor: Pagination cursor from a previous response.
    limit: Max results to return (default 25, max 250).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
prefixNo
space_idYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, so the safety profile is known. The description adds useful behavioral context by mentioning pagination via cursor and limit limits (default 25, max 250), which goes beyond the schema.

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 extremely concise, with a single-sentence purpose followed by a clean parameter list. No unnecessary words or redundancy.

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 list tool with no output schema, the description covers the purpose and all parameters. While it doesn't describe the response format or provide explicit usage alternatives, the lack of an output schema makes this acceptable and the tool can be invoked correctly.

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

Parameters5/5

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

The schema has zero description coverage (0%), but the description fully compensates by documenting every parameter: space_id, prefix with concrete examples, cursor for pagination, and limit with default/max values. This is exemplary.

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 'List' and a clear resource 'labels used on content within a space'. It distinguishes itself from sibling tools like 'list_space_labels' (space-level labels) and 'list_page_labels' (single page labels) by focusing on content-level labels within a space.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives such as list_page_labels or list_space_labels. The scope 'within a space' implies a use case, but no explicit guidance or exclusions are provided.

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/pascalhubacher/confluence'

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