MCP Redmine

redmine_paths_info

Get full path information for given path templates

Args: path_templates: List of path templates (e.g. ['/issues.json', '/projects.json'])

Returns: str: YAML string containing API specifications for the requested paths

Input Schema

NameRequiredDescriptionDefault
path_templatesYes

Input Schema (JSON Schema)

{ "properties": { "path_templates": { "items": {}, "title": "Path Templates", "type": "array" } }, "required": [ "path_templates" ], "title": "redmine_paths_infoArguments", "type": "object" }