Square Model Context Protocol Server

by square
Apache 2.0
157
44

get_service_info

Retrieve detailed information about a specific Square API service to ensure proper configuration and usage before accessing type-specific data.

Instructions

Get information about a Square API service. Call me before trying to get type info

Input Schema

NameRequiredDescriptionDefault
serviceYesThe Square API service category (e.g., 'catalog', 'payments')

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Square Model Context Protocol Server

Related Tools

ID: sbtj6cl8kw