Call any API endpoint
api_requestExecute authenticated requests to any Reel Estate backend route for data access and operations.
Instructions
Generic authenticated request to ANY backend route. Path is relative to the API base (e.g. '/projects' or 'admin/users'). Use list_endpoints to discover paths. Non-GET methods are blocked when MCP_READONLY is set. Returns { status, ok, request, data } including error envelopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body for non-GET requests. | |
| path | Yes | Path relative to API base, e.g. /projects/123 or admin/stats | |
| query | No | ||
| method | Yes |