create_outlet
ActiveTool of FavCRM
declared in 1.0.0
Create a shop outlet/location. Optionally pass id to preserve a legacy UUID during migration.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"id": {
"type": "string",
"description": "Optional outlet UUID (for legacy migration; non-standard formats accepted)"
},
"name": {
"type": "string",
"description": "Outlet name"
},
"phone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Contact phone"
},
"address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Street address"
},
"logoUrl": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Logo URL"
},
"isActive": {
"type": "boolean",
"description": "Whether outlet is active (default true)"
},
"latitude": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
{
"type": "null"
}
],
"description": "Latitude"
},
"longitude": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
{
"type": "null"
}
],
"description": "Longitude"
},
"sortOrder": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Display sort order (default 0)"
},
"acceptsOrders": {
"type": "boolean",
"description": "Whether outlet accepts online orders (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries