Skip to main content
Glama
jackhendon

PM Context MCP Server

by jackhendon

get_team_workload_tool

Retrieve workload per team member with status breakdown for a sprint, optionally filtered by team or sprint ID.

Instructions

Get issue count per team member, with breakdown by status. Optionally filter by team name (e.g. 'Growth', 'Core') or sprint ID. Defaults to the active sprint if no filters are provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNo
sprint_idNo
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the default-to-active-sprint behavior and optional filters, which is useful. However, it does not state whether the operation is read-only, what exactly constitutes an 'issue count' (e.g., all issues or only open), or how the status breakdown is structured. This ambiguity limits transparency.

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 three sentences: purpose, filters, default. It is front-loaded with the primary action, and every sentence contributes useful information without redundancy.

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?

For a simple two-parameter tool with no output schema, the description covers the core function, filter options, and default behavior. It doesn't explain response format, but the phrase 'with breakdown by status' hints at the output aggregation. The only notable gap is the interaction of simultaneous team and sprint filters, but overall the description is adequately complete.

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?

The schema has no descriptions for team or sprint_id (0% coverage), but the description explicitly explains both as optional filters, provides example team names, and clarifies the active-sprint default. This adds meaningful semantics beyond the bare property names. Minor ambiguity remains about how the two filters interact.

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 'Get issue count per team member, with breakdown by status' provides a specific verb and object, and the status breakdown differentiates it from sibling tools like get_my_issues_tool or get_blockers_tool. The optional filters and default sprint behavior further clarify scope.

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 clearly implies the tool is for team-level workload analysis, with filters for team and sprint. However, it does not explicitly state when to prefer this over sibling tools or provide exclusions, so it falls just short of explicit guidelines.

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/jackhendon/pm-mcp-server'

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