Skip to main content
Glama
flor3z-github

Redmine MCP Server

redmine_search

Search Redmine for issues, wiki pages, projects, documents, and more with customizable filters like scope, keywords, and result limits.

Instructions

Search Redmine for issues, wiki pages, and more

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesQuery string (space-separated for multiple keywords)
newsNoInclude news in search (optional)
limitNoNumber of results to return (optional)
scopeNoSearch scope (optional)
issuesNoInclude issues in search (optional)
offsetNoNumber of results to skip (optional)
messagesNoInclude messages in search (optional)
projectsNoInclude projects in search (optional)
all_wordsNoMatch all query words (optional)
documentsNoInclude documents in search (optional)
changesetsNoInclude changesets in search (optional)
wiki_pagesNoInclude wiki pages in search (optional)
attachmentsNoSearch in description/attachment (optional)
open_issuesNoFilter by open issues (optional)
titles_onlyNoMatch only in titles (optional)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only says 'Search Redmine for issues, wiki pages, and more' without disclosing default search behavior, scoping, pagination, or whether authentication is needed. The schema hints at features (scope, limit, offset) but the description adds no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise, but it is under-specified for a tool with 15 parameters. It front-loads the purpose but sacrifices necessary detail. Every word is present, but it fails to convey crucial information.

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?

Given the tool has 15 parameters and no output schema, the description is incomplete. It does not explain return format, default scope, or how pagination works. The schema provides parameter details but the description lacks an overview of the search behavior and results.

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 description coverage is 100%, so the schema already documents all parameters. The description does not add any extra meaning beyond what's in the schema, such as relationships, defaults, or usage restrictions. With high coverage, baseline 3 is appropriate.

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 clearly states it searches Redmine for issues, wiki pages, and more, which is a specific verb and resource. It distinguishes from sibling CRUD tools like redmine_list_issues or redmine_get_wiki_page that operate on single types without a free-form query.

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

Usage Guidelines3/5

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

The description implies usage for searching across multiple resources but does not explicitly state when to use it versus siblings like redmine_list_issues (which lists without a query) or redmine_get_wiki_page (single item). No alternatives or when-not-to-use guidance is provided.

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/flor3z-github/redmine-mcp-server'

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