Skip to main content
Glama
illodev

@illodev/taiga-mcp

taiga_wiki_watch

Subscribe to a wiki page in Taiga to get notified of changes. Enter the wiki page ID.

Instructions

Watch a wiki page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWiki page ID
Behavior1/5

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

With no annotations provided, the description must disclose all behavioral traits, but it only says 'Watch a wiki page.' It fails to mention side effects (creating a subscription), what the response contains, or any required authentication. The tool's mutating nature is implied but not described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single terse sentence, but it borders on under-specification rather than conciseness. It essentially restates the tool name and provides no additional information to the agent.

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

Completeness1/5

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

For a tool with no annotations and no output schema, this description is severely incomplete. It does not explain the watch operation's consequences, reversibility, or expected response, making it inadequate for an agent to select and invoke 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?

The input schema already provides 100% coverage with a single parameter 'id' described as 'Wiki page ID'. The description adds no additional meaning beyond the schema, so it meets the baseline but offers no extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the action 'Watch' and the resource 'a wiki page', but it does not define what 'watch' means in this context (e.g., subscribing to notifications). It also does not distinguish this tool from sibling wiki tools like taiga_wiki_watchers or the watch tools for other entities.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool, no prerequisites such as authentication or permissions, and no mention of when to prefer alternatives like taiga_wiki_unwatch.

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/illodev/taiga-mcp'

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