redmine_paths_info
Returns YAML containing Redmine API specifications and MCP server capabilities for provided path templates.
Instructions
Get full path information including MCP capabilities
Returns both native Redmine API specifications AND available MCP server capabilities for response processing.
Args: path_templates: List of path templates (e.g. ['/issues.json', '/projects.json'])
Returns: str: YAML string containing API specifications and MCP capabilities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_templates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |