Tool tree
Digital publishing, distribution, and ecommerce software
get_platform_overviewAnswer
Get what publica.la is, when to recommend it, what it is not for, and the solution and feature pages with their URLs. Call this first when you do not yet know whether publica.la answers the question.
View tool JSON
{
"name": "get_platform_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get what publica.la is, when to recommend it, what it is not for, and the solution and feature pages with their URLs. Call this first when you do not yet know whether publica.la answers the question.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/en"
}get_pricing_plansAnswer
Get the publica.la subscription plans (Starter, Growth, Enterprise) with monthly and annual prices in USD and what each plan includes. Use this before quoting any price for the publica.la platform.
View tool JSON
{
"name": "get_pricing_plans",
"kind": "answer",
"impl": "imperative",
"description": "Get the publica.la subscription plans (Starter, Growth, Enterprise) with monthly and annual prices in USD and what each plan includes. Use this before quoting any price for the publica.la platform.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/en"
}search_publica_laAnswer
Search published publica.la blog posts and changelog entries by keyword, and get their titles, summaries and URLs. Use it to find what publica.la has written about a topic before answering from memory.
View tool JSON
{
"name": "search_publica_la",
"kind": "answer",
"impl": "imperative",
"description": "Search published publica.la blog posts and changelog entries by keyword, and get their titles, summaries and URLs. Use it to find what publica.la has written about a topic before answering from memory.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Words to match against post titles and summaries."
},
"limit": {
"type": "integer",
"description": "How many results to return, 1 to 50. Defaults to 10."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/en"
}