services_search
InactiveTool of ComOS Federation Gateway
Find available service slots by skill, location, and time window. Returns an empty result if the tenant is unknown. (Federated: requires tenant_id. For cart/orders, pass auth_token from POST /v1/auth/login. Product IDs are MongoDB ObjectIds from catalog_search.)
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tenant_id"
],
"properties": {
"limit": {
"type": "number"
},
"skill": {
"type": "string"
},
"tenant_id": {
"type": "string"
},
"auth_token": {
"type": "string",
"description": "JWT auth token for authenticated operations (cart, orders). Get from api_call POST /v1/auth/login."
},
"postal_code": {
"type": "string"
},
"start_after": {
"type": "string"
},
"start_before": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries