Skip to main content
Glama

Square Model Context Protocol Server

by ampcome-mcps

get_type_info

Retrieve detailed type information for Square API methods to prepare for making API requests. Specify the service and method to ensure correct data structure usage.

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