Platform Services
Space MCP tools in the Platform Services scope (services). Reach these with a wks_live_ key over space-mcp or space-api.
Tools in the services scope, callable over space-mcp (tools/call) or space-api (REST) with a wks_live_* key that grants services.
invoke_service
Scope: services:run
Call a Gateway service by service_key with a params object (billed to the space wallet). Discover the service_key and its params via list_services. Returns the provider result.
| Parameter | Type | Required | Description |
|---|---|---|---|
service_key | string | yes | The service to call, from list_services (e.g. web-search, tavily-web-search, seo-keyword-overview) |
params | object | Service inputs, per the service's input_schema from list_services | |
action | string | Optional action override; defaults to the service_key (most services need only params) |
list_services
Scope: services:read
List the Gateway services this space can use (web search, scraping, SEO, social/ads research, transcription, filings, travel, commerce), plus the space's access mode: with no explicit assignments ALL active services are available (platform default); once services are assigned the space is restricted to that curated list (the rest appear under not_enabled). Returns each service_key and the params it expects. Use before invoke_service.
| Parameter | Type | Required | Description |
|---|---|---|---|
category | string | Filter by category, e.g. search | seo | social_media | market_research | ecommerce |