midaz-discover
Discover Midaz API resources and actions before executing. List, describe, search, and filter by component to find the correct resource, action, and required parameters.
Instructions
Discover Midaz API resources, actions, and schemas. Use this BEFORE calling midaz-execute to find the right resource+action and understand required parameters. Supports listing all resources, describing specific resources/actions, searching, and filtering by component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for intent="search" | |
| action | No | Action name (e.g. "create", "get", "list", "createInflow") | |
| intent | Yes | Discovery intent: "list-resources" (all resources), "describe-resource" (details+actions for one resource), "describe-action" (full schema for resource+action), "search" (fuzzy search), "list-by-component" (resources in a component) | |
| resource | No | Resource name (e.g. "organizations", "transactions", "holders") | |
| component | No | Component filter for intent="list-by-component" |