Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_get_project_reports

Retrieve comprehensive project reports and analytics, with optional sprint-specific filtering for targeted insights.

Instructions

Get comprehensive reports and analytics for a project.

Args: project_id: The project UUID. sprint_id: Optional sprint UUID to scope stats to a specific sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprint_idNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that sprint_id scopes stats to a specific sprint, which is useful, but it does not disclose whether the operation is read-only or has side effects, what the response format is (though output schema exists), or any rate limits or caching. The description is minimal and does not add significant behavioral context beyond the basic parameters.

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

Conciseness3/5

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

The description is short and to the point, with the argument list included. However, it is not optimally structured: the purpose is stated in one sentence, and the Args section duplicates parameter information without adding much semantic depth. It is concise but could be more effective with a clearer main description and less repetitive parameter listing.

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

Completeness2/5

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

Given the tool's moderate complexity (a reporting tool with an optional sprint filter) and the lack of annotations, the description is insufficient. The output schema exists, so return values are somewhat defined, but the description does not explain what 'comprehensive reports' contain, what analytics are included, or how the sprint_id affects the output. An agent would need to inspect the output schema or make assumptions. There is also no mention of related tools for comparison.

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

Parameters2/5

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

Schema description coverage is 0%, meaning the schema's property names ('project_id', 'sprint_id') are self-explanatory but lack descriptions. The tool description adds some value by explaining the sprint_id scoping, but it does not clarify the format of project_id (UUID is mentioned) or any constraints on sprint_id. It does not compensate for the lack of schema descriptions, especially since there is no guidance on what constitutes valid values.

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

Purpose4/5

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

The description states the tool gets 'comprehensive reports and analytics for a project,' which is clear about the verb and resource. It distinguishes it from sibling tools like wetrack_get_project and wetrack_get_project_stats, though not explicitly naming them. The purpose is specific enough for an agent to understand the general function, but it could be more explicit about what 'reports' include.

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 provides no guidance on when to use this tool versus alternatives like wetrack_get_project_stats, wetrack_get_project_overview, or wetrack_get_reports. With many similar reporting tools among siblings, the lack of differentiation means an agent might struggle to choose correctly. No context on prerequisites or typical scenarios is given.

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