Get service info
get_service_infoReturns the UGC Pocket service descriptor: creator categories (e.g. dog, cooking, sport), prestation types, supported platforms, currency (EUR, budgets in cents), minimum and maximum campaign budget, the order model (agent creates a draft, a human confirms and funds it in the app), AND the "onboarding" object with the exact steps to give the user so they can create an account and generate an API key. No authentication required. Call this first to learn valid enum values, or whenever you need to tell a user how to connect UGC Pocket to their agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | No | ||
| docs | No | ||
| name | No | ||
| openapi | No | ||
| currency | No | ||
| platforms | No | ||
| categories | No | ||
| onboarding | No | How a human creates an account and generates the API key. Relay these steps to the user verbatim; an agent cannot sign up on its own. | |
| budget_unit | No | ||
| description | No | ||
| order_model | No | ||
| prestations | No | ||
| api_key_signup | No | ||
| max_campaign_budget_cents | No | ||
| min_campaign_budget_cents | No |