Skip to main content
Glama

Check Content Permissions

confluence_check_content_permissions
Read-only

Check if a user or group can perform operations like read, update, delete on Confluence content. Provide content ID, user/group identifier, and operation to receive a permission boolean.

Instructions

Check whether a user or group can perform an operation on specific content.

Wraps POST /wiki/rest/api/content/{id}/permission/check.

Note: This tool is only available for Confluence Cloud. Server/Data Center instances use different permission APIs.

Returns a JSON object with a 'hasPermission' boolean indicating whether the subject has the requested permission on the content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesThe operation to check. Common values: 'read', 'update', 'delete', 'export', 'purge', 'administer', 'create_or_delete_from_view'.
content_idYesConfluence content ID (page, blog post, comment, or attachment). Example: '123456789'
subject_typeNoWhether the subject is a 'user' or a 'group'. Defaults to 'user'.user
user_identifierYesAccount ID of the user (for subject_type='user') or group ID (for subject_type='group'). Example user account ID: '5b10a2844c20165700ede21g'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The readOnlyHint annotation already signals a safe READ operation, and the description adds useful context by mentioning the wrapped POST endpoint (surprising for a read, but clarified by 'Check') and the specific return shape ('hasPermission' boolean). It also discloses the Cloud-only platform limitation, which is valuable behavioral context.

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 three short paragraphs that front-load the main action. Every sentence earns its place: the endpoint wrapper, the Cloud-only restriction, and the return value are each conveyed in a single, clear sentence without redundancy.

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?

This is a simple permission-check tool. The description covers the operation's purpose, the API endpoint, platform restrictions, and the return format. With a full output schema and rich input schema already present, the description is complete for the tool's complexity.

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?

The input schema provides thorough descriptions for all four parameters, including examples, defaults, and allowed values (100% coverage). The description does not add extra parameter-level detail beyond what the schema already states, so the baseline of 3 is appropriate.

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 opens with a clear action verb ('Check') and a specific resource ('content permissions'), making the tool's purpose immediately obvious. It distinguishes itself from sibling tools like confluence_set_page_restrictions by focusing on checking a permission rather than modifying restrictions.

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 notes the Cloud-only availability, which is an explicit exclusion for Server/Data Center users. It also clearly states that it returns a hasPermission boolean, implying when to use this tool, but it does not explicitly name alternative tools or exclusions beyond the platform note.

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/hieptran87/atlassian-mcp-server'

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