Skip to main content
Glama

Square Model Context Protocol Server

Official
by square

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

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