Skip to main content
Glama

Square Model Context Protocol Server

by ampcome-mcps

get_service_info

Retrieve detailed information about a specified Square API service, such as 'catalog' or 'payments', to understand its structure and usage before interacting with specific endpoints.

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

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/ampcome-mcps/square-mcp'

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