Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_toggle_ticket_watch

Start or stop watching a ticket by toggling its watch status. Pass the ticket ID to control whether you receive updates on it.

Instructions

Toggle your watch/follow status on a ticket. If you're not watching, this starts watching. If you are, it stops.

Args: ticket_id: The ticket UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticket_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It states the state-dependent behavior explicitly ('If you're not watching, this starts watching. If you are, it stops'), which is exactly the key behavioral trait an agent needs. It does not discuss permissions or side effects, but the operation is inherently reversible and simple.

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 compact, front-loaded, and every sentence adds value. The toggle behavior is stated immediately, and the parameter is described with the essential type detail.

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 single-parameter toggle tool with an output schema available, the description provides all necessary information: what the tool does, the parameter, and the conditional behavior. Nothing essential is missing for an agent to use it correctly.

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

Parameters4/5

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

Schema coverage is 0%, but the description adds meaningful semantics by specifying ticket_id as 'The ticket UUID', which goes beyond the schema's generic 'Ticket Id' title. This is sufficient for a single required 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 clearly identifies a specific verb ('Toggle') and resource ('watch/follow status on a ticket'), immediately distinguishing this tool from siblings like wetrack_get_ticket_watchers. It is unambiguous and action-oriented.

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 provides clear behavioral context: if not watching it starts watching, and if watching it stops. While it does not explicitly name alternatives or exclusions, the toggle semantics are sufficient for an agent to know when to invoke this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools