Skip to main content
Glama
ZTMP0010

Redmineflux MCP Server

by ZTMP0010

redmineflux_core_list_projects

List all Redmine projects accessible to the current user, with pagination and optional inclusion of trackers, issue categories, enabled modules, and time entry activities.

Instructions

List all projects the API user has access to.

Args: limit: Max results to return (default 25, max 100). offset: Skip this many results (for pagination). include: Comma-separated extras: trackers, issue_categories, enabled_modules, time_entry_activities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
includeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It states the access scope ('has access to') and implies read-only behavior, but does not explicitly disclose the absence of side effects, rate limits, or other behavioral details. This is adequate for a simple list operation but not rich.

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 concise, front-loads the purpose, and uses a structured Args block. Every sentence serves a clear function, with no redundant prose.

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?

The tool is simple, an output schema exists, and the description covers the core behavior and all parameters. It provides sufficient information for an agent to select and invoke the tool correctly.

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 description's Args section explains all three parameters (limit, offset, include) with meanings and defaults, fully compensating for the schema's lack of descriptions (0% coverage). This adds significant semantic value beyond the raw schema.

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 uses the imperative verb 'List' with a specific resource ('projects') and scope ('the API user has access to'), clearly differentiating it from sibling tools like get_project (which fetches a single project).

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 states the tool lists all accessible projects, implying its use case. It provides clear context but does not explicitly mention when not to use it or name alternative tools, so it stops short of a 5.

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