Skip to main content
Glama
0xkillaflow

Redmine MCP Server

by 0xkillaflow

Search

redmine_search
Read-only

Search across issues, wiki pages, news, and projects with a free-text query. Useful for finding items when the issue ID or project is unknown.

Instructions

Free-text search across issues, wiki pages, news, and projects in one call. Best first move for vague requests where the issue id or project is unknown; prefer redmine_list_issues when you already have concrete filter values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesFree-text query, e.g. "login button bug" (required).
newsNoInclude news in the results.
limitNoMaximum number of results to return.
scopeNoSearch scope: "all", "my_project", or "subprojects".
issuesNoInclude issues in the results.
offsetNoPagination offset (skip N results).
projectsNoInclude projects in the results.
all_wordsNoRequire all query words to match (AND vs OR).
wiki_pagesNoInclude wiki pages in the results.
open_issuesNoRestrict issue matches to open issues only.
titles_onlyNoMatch only titles, not body text.
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. Description adds that this is a multi-resource search best for vague queries, which complements the annotations without contradicting them.

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?

Two sentences: first states function, second gives usage guidance. No fluff, well-structured and front-loaded.

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 tool's complexity (11 params, no output schema, annotations present), the description fully explains the tool's role and when to use it, making it complete for selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with descriptions for all parameters. The description adds no extra parameter details beyond the schema, meeting the baseline for high coverage.

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?

Description clearly states free-text search across multiple resource types (issues, wiki, news, projects) in one call, and explicitly distinguishes from sibling tool redmine_list_issues.

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 advises using this tool as first move for vague requests when IDs or projects are unknown, and recommends redmine_list_issues when concrete filters are available.

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/0xkillaflow/agama-redmine-mcp'

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