Skip to main content
Glama

Square MCP Server

by block

team

Manage team operations, wages, labor, and cash drawers efficiently. Perform tasks like creating team members, updating shifts, retrieving wage settings, and listing cash drawer shifts with ease.

Instructions

Manage team operations

Args: operation: The operation to perform. Valid operations: Team Members: - create_team_member - bulk_create_team_members - update_team_member - retrieve_team_member - search_team_members Wages: - retrieve_wage_setting - update_wage_setting Labor: - create_break_type - create_shift - search_shifts - update_shift - create_workweek_config Cash Drawers: - list_cash_drawer_shifts - retrieve_cash_drawer_shift params: Dictionary of parameters for the specific operation

Input Schema

NameRequiredDescriptionDefault
operationYes
paramsYes

Input Schema (JSON Schema)

{ "properties": { "operation": { "title": "Operation", "type": "string" }, "params": { "title": "Params", "type": "object" } }, "required": [ "operation", "params" ], "title": "teamArguments", "type": "object" }

You must be authenticated.

Other Tools from Square MCP 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/block/square-mcp'

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