Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_get_project_stats

Get dashboard statistics with summary totals, top projects by progress, and upcoming deadlines. Specify limits for top projects and deadlines to focus your view.

Instructions

Get dashboard statistics — summary totals, top projects by progress, and upcoming project deadlines.

Args: top_limit: Number of top projects to return (default: 5). deadlines_limit: Number of upcoming deadlines to return (default: 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_limitNo
deadlines_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

There are no annotations, so the description is the only signal about side effects, authentication, or scope. It conveys a read-only retrieval ('Get') and specifies the returned categories, which is transparent for a simple stats endpoint, but it omits any mention of authentication requirements, data scope, or whether the statistics are real-time. It does not contradict anything.

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?

A short headline plus two labeled argument lines; there is no filler or tautology. It is front-loaded with the result summary and every sentence earns its place.

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

Completeness4/5

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

With only two optional, self-explanatory parameters and an output schema present, the description covers the invocation essentials. It is still somewhat thin on scope and on how this relates to the broader dashboard/report sibling tools, but that is a usage-guidance gap rather than a blocking completeness gap.

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 input schema contains no property descriptions (0% coverage), but the description documents both parameters with their semantics and defaults: top_limit controls the number of top projects and deadlines_limit controls the number of upcoming deadlines. This fully compensates for the schema gap.

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 uses a specific verb ('Get') and names the resource ('dashboard statistics') while enumerating the concrete outputs: summary totals, top projects by progress, and upcoming deadlines. It is clear about what the tool does, but it does not explicitly distinguish it from sibling dashboard/report tools such as wetrack_get_dashboard or wetrack_get_project_overview.

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?

No guidance is given about when to prefer this tool over alternatives like wetrack_get_dashboard or wetrack_get_reports, and there are no exclusion criteria. The reader must infer from the name and summary that this is the dashboard-stats entry point.

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