Skip to main content
Glama

Get Page Restrictions

confluence_get_page_restrictions
Read-only

Retrieve view and edit restrictions for a Confluence page, showing current read and update access lists. Empty lists mean the page is unrestricted for that operation.

Instructions

Get view and edit restrictions for a Confluence page.

Returns the current restriction lists for the read (view) and update (edit) operations. An empty list means the page is unrestricted for that operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesThe ID of the page

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral detail: it returns separate restriction lists for read and update operations, and an empty list means unrestricted for that operation. This clarifies the interpretation of results beyond the annotation.

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 short and front-loaded with the core purpose, then expands on what is returned and how to interpret empty lists. Every sentence adds useful, non-redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only single-parameter tool with a full output schema, the description is complete. It explains the key behavioral nuance (empty list = unrestricted) and needs no further context for an agent to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100% for the single parameter page_id, so the schema already documents it fully. The description does not add additional parameter-level detail, but none is needed for this simple, well-covered parameter.

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 states a specific verb ('Get') with a clear resource ('view and edit restrictions for a Confluence page') and specifies the two operations covered (read/view and update/edit). This clearly distinguishes it from sibling tools like confluence_set_page_restrictions and confluence_get_space_permissions.

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 clearly indicates this tool is for reading restriction lists, which gives clear context for when to use it. It does not explicitly state when not to use it or name alternatives, but the read-only framing and operation-specific detail make the intended use obvious.

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/Nikel-san/AtlMCPforDC'

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