invoke-api-endpoint
Executes authenticated API calls to the Iron API using endpoint specifications from get-api-specs. Supports read-only mode.
Instructions
Make an actual API call to the Iron API. Use this ONLY after getting complete endpoint specifications with the get-api-specs MCP tool. This tool requires proper authentication and can be in read-only mode if configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API endpoint path — either a template (e.g., '/identifications/{id}') with path params in parameters, or an already-resolved path (e.g., '/identifications/abc123') | |
| method | Yes | HTTP method | |
| parameters | No | Path and query parameters as key-value pairs. Path parameters (e.g., {id}) are substituted into the path template; remaining parameters are appended as query string | |
| body | No | Request body for POST/PUT/PATCH requests | |
| headers | No | Additional headers as key-value pairs |