Appearance
varia-content
CRUD for services (offerings) and content (articles, case studies, guides). Both must be deployed to become AI-searchable in Varia experiences.
Tools: 17 | Auth: JWT (shared)
Services
Services define what a company offers: features, pricing, guardrails, matching rules.
| Tool | Description |
|---|---|
list_services | List services with status, deployment state, llm_summary |
get_service | Get full service details (supports multiple IDs) |
create_service_direct | Create with full field control (instant, no processing) |
create_service | Import from text or URLs (AI-processed, waits for ready) |
update_service | Update service draft fields |
deploy_service | Deploy to live (generates search indices and embeddings) |
ingest_into_service | Add supplementary content to existing service |
delete_service | Permanently delete service |
Service Fields
title,description,features,pricing_timelineai_guardrails,matching_rules,additional_informationimages,video
Content
Content provides knowledge: articles, case studies, guides that the AI can reference.
| Tool | Description |
|---|---|
list_content | List content with status, tags, type |
get_content | Get full content details (supports multiple IDs) |
create_content | Create with full field control (instant, auto-deploy) |
import_content | Import from text or URLs (AI-processed) |
deploy_content | Deploy to live |
delete_content | Permanently delete content |
add_content_tag | Add tag to content (max 3 tags, 30 chars each) |
remove_content_tag | Remove tag from content |
Content Types
article, case-study, guide
Shared
| Tool | Description |
|---|---|
set_credentials | Switch API credentials at runtime |
Notes
- Processing (import/create non-direct) polls for up to 120s
create_service_directis instant with no AI processingcreate_contentauto-deploys;import_contentrequires manual deploy