Skip to main content
Glama

MCP Art Supply Store

by wspotter

book_appointment

Schedule appointments for custom framing services, art consultations, or workshop registrations at the art supply store.

Instructions

Schedule a new appointment for custom framing, consultations, or workshops.

Input Schema

NameRequiredDescriptionDefault
customerNameYesCustomer name
dateYesDate in YYYY-MM-DD format
serviceYesService type: framing, consultation, workshop
timeYesTime in HH:MM format

Input Schema (JSON Schema)

{ "properties": { "customerName": { "description": "Customer name", "type": "string" }, "date": { "description": "Date in YYYY-MM-DD format", "type": "string" }, "service": { "description": "Service type: framing, consultation, workshop", "type": "string" }, "time": { "description": "Time in HH:MM format", "type": "string" } }, "required": [ "customerName", "service", "date", "time" ], "type": "object" }

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/wspotter/mcpart'

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