Skip to main content
Glama
NobuoTsukamoto

redmine-local-mcp

Search Redmine Issues

search_issues

Search Redmine issues by project, status, tracker, priority, assignee, or free text. Apply client-side filtering on subject and description to find specific tickets.

Instructions

Search Redmine issues by common filters. Optional text is applied client-side to subject and description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
textNo
limitNo
offsetNo
query_idNo
status_idNo
project_idNo
tracker_idNo
priority_idNo
assigned_to_idNo
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 discloses that text filtering is applied client-side to subject and description, which is a useful behavioral detail. However, it omits other important behaviors such as filter combination semantics, default sort, and pagination behavior.

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 two short sentences, front-loaded with the main purpose. Every word contributes; no filler.

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?

With 10 parameters, no annotations, and no output schema, a two-sentence description is insufficient. It doesn't cover return format, filter behavior, or default settings, leaving significant ambiguity for an agent.

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%, so the description must compensate. It only explains the 'text' parameter (client-side application to subject and description) and refers vaguely to 'common filters'. The remaining nine parameters (project_id, status_id, tracker_id, etc.) are left without semantic explanation.

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 a specific verb ('Search'), names the resource ('Redmine issues'), and indicates the method ('by common filters'), clearly distinguishing it from sibling tools like get_issue or get_my_issues.

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 states a clear use case: searching Redmine issues with common filters. It doesn't explicitly exclude alternatives, but the context is sufficient for an agent to know when to invoke this tool.

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/NobuoTsukamoto/redmine-local-mcp'

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