Square Model Context Protocol Server

by square
Apache 2.0
157
44

get_type_info

Retrieve detailed type information for a Square API method, ensuring correct data structure before making API requests via the Square Model Context Protocol Server.

Instructions

Get type information for a Square API method. You must call this before calling the make_api_request tool.

Input Schema

NameRequiredDescriptionDefault
methodYesThe API method to call (e.g., 'list', 'create')
serviceYesThe Square API service category (e.g., 'catalog', 'payments')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "description": "The API method to call (e.g., 'list', 'create')", "type": "string" }, "service": { "description": "The Square API service category (e.g., 'catalog', 'payments')", "type": "string" } }, "required": [ "service", "method" ], "type": "object" }

You must be authenticated.

Other Tools from Square Model Context Protocol Server

Related Tools

ID: sbtj6cl8kw