get_openproject_api
Read any OpenProject API v3 endpoint not covered by dedicated tools. Use only as a read-only fallback for endpoints that lack a specific tool.
Instructions
Read an OpenProject API v3 endpoint not covered by a focused tool. Use only as a read-only escape hatch after checking the typed tools. The path must be relative under /api/v3; absolute URLs, other origins, writes, and filesystem access are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | For example: /api/v3/queries/42 |