Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_toggle_metadata_field_status

Activate or deactivate a metadata field by ID to control its availability and use in projects.

Instructions

Toggle a metadata field's active/inactive status.

Args: field_id: Integer ID of the metadata field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does reveal that the operation toggles active/inactive status, but it does not disclose side effects, reversibility, permission requirements, or what happens to existing data referencing the field.

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

Conciseness4/5

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

The description is brief, front-loaded, and free of unnecessary elaboration. The Args line is somewhat redundant with the input schema, but it is compact and serves as a convenient parameter reminder.

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?

For a simple one-parameter toggle with an output schema, the description covers the core purpose and parameter. However, with no annotations and no usage or side-effect context, it is only minimally complete for an agent deciding whether and how to invoke it.

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?

With 0% schema description coverage, the description must compensate for parameter documentation. It does clarify that field_id is the 'Integer ID of the metadata field,' which adds entity context beyond the schema's generic 'Field Id' title, but it stops short of explaining how to obtain the ID or any constraints.

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 action ('Toggle') and a specific resource ('metadata field's active/inactive status'), making the tool's purpose unmistakable. It clearly distinguishes this from sibling tools like wetrack_get_metadata_field, wetrack_update_metadata_field, and wetrack_delete_metadata_field by focusing on the status toggle.

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 gives no guidance on when to use this tool versus alternatives, no exclusions, and no mention of prerequisites. An agent is left to infer usage solely from the tool name and the brief purpose statement.

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