Skip to main content
Glama
ZTMP0010

Redmineflux MCP Server

by ZTMP0010

redmineflux_core_project_stats

Get issue count statistics grouped by status for one or all projects. Returns total, open, in-progress, resolved, feedback, and closed counts.

Instructions

Get issue count statistics grouped by status for one or all projects.

Returns total, open, in-progress, resolved, feedback, and closed counts. Much faster than calling list_issues multiple times. Use this when someone asks "how many issues?", "what's the progress?", or "give me numbers."

Args: project_id: Project identifier. Empty = stats for ALL projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations exist, so the description must disclose behavior itself. It lists the exact counts returned and notes performance characteristics. It doesn't explicitly state that this is a read-only operation, but that is implied by the nature of the tool and the provided details.

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?

Three short sentences plus a parameter note; front-loaded with the main purpose. No fluff.

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?

Given the simple one-parameter tool, the description covers purpose, usage, parameter semantics, and performance. Output schema exists, so return values need no further detail.

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?

Schema coverage is 0%, but the description fully explains the single parameter: 'Project identifier. Empty = stats for ALL projects.' This adds the default behavior that is not apparent from the schema's default of an empty string.

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?

States 'Get issue count statistics grouped by status for one or all projects' — a specific verb, resource, and scope. Clearly distinguishes from list_issues and project_summary by emphasizing grouped counts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says to use when someone asks 'how many issues?', 'what's the progress?', or 'give me numbers,' and contrasts with list_issues by noting it's much faster than calling it multiple times.

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/ZTMP0010/redmineflux-mcp'

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