get_type_info
Get the required input types for a Square API method before calling make_api_request. Specify service (e.g., 'catalog') and method (e.g., 'list').
Instructions
Get type information for a Square API method. You must call this before calling the make_api_request tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | The Square API service category (e.g., 'catalog', 'payments') | |
| method | Yes | The API method to call (e.g., 'list', 'create') |