redmine_paths_info
Fetch YAML API specifications for Redmine path templates, providing detailed endpoint information for requested paths.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| path_templates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |