Skip to main content
Glama

confluence_watch_page

Toggle watch status on a Confluence page. Watch to receive email notifications for updates, unwatch to stop.

Instructions

Watch or unwatch a Confluence page for the authenticated user.

Args:
    page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
    watch: True to start watching, False to stop watching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
watchNo
page_idYes
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral transparency. It only mentions the action (watch/unwatch) and that it's for the authenticated user. It does not disclose side effects, permissions, idempotency, or error handling, leaving the agent with limited understanding of implications.

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 highly concise: two sentences for the main purpose and two parameter descriptions. Every sentence is informative, with no wasted words. The main action is front-loaded, making it easy for an agent to quickly understand the tool.

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

Completeness3/5

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

The description is adequate for a simple toggle tool but lacks information about return values, success/failure behavior, or edge cases (e.g., duplicate calls). Given no output schema, the description could be more complete to fully inform the agent.

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 description adds significant meaning beyond the schema, which has 0% coverage. It explains that page_id accepts a numeric ID or Confluence URL (including short links), and that watch is a boolean with clear semantics (True to start, False to stop). This fully compensates for the schema's lack of descriptions.

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 clearly states the tool's action: 'Watch or unwatch a Confluence page for the authenticated user.' It specifies the verb (watch/unwatch) and resource (Confluence page), and the resource is distinct from sibling tools which focus on other operations like editing, searching, or listing.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. It only implies usage for toggling watch status, but lacks explicit context for selection.

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/karbassi/confluence-adf-mcp'

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