Skip to main content
Glama

Square Model Context Protocol Server

Official
by square

get_service_info

Retrieve details about a Square API service category, such as 'catalog' or 'payments', to understand its structure and functionality. Use this tool to prepare for accessing type-specific information.

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" }

Other Tools from Square Model Context Protocol Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/square/square-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server