Tool tree
Plateau Candy is a Cologne studio for emerging technologies. We combine strategy, design and code — from AI tools and interfaces to websites and products.
page: Every page
search_projectsAnswer
Search Plateau Candy's portfolio by keyword, tag, or client name. Returns project titles, slugs, tags, and URLs.
View tool JSON
{
"name": "search_projects",
"kind": "answer",
"impl": "imperative",
"description": "Search Plateau Candy's portfolio by keyword, tag, or client name. Returns project titles, slugs, tags, and URLs.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text search query"
},
"tag": {
"type": "string",
"description": "Filter by tag (e.g. 'AI', 'Branding')"
},
"client": {
"type": "string",
"description": "Filter by client name"
},
"lang": {
"type": "string",
"enum": [
"en",
"de"
],
"description": "Language (default: en)"
}
}
},
"page": "/"
}get_servicesAnswer
Get the full list of services Plateau Candy offers, returned as JSON-LD.
View tool JSON
{
"name": "get_services",
"kind": "answer",
"impl": "imperative",
"description": "Get the full list of services Plateau Candy offers, returned as JSON-LD.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get_workAnswer
Get the full portfolio of Plateau Candy projects with metadata.
View tool JSON
{
"name": "get_work",
"kind": "answer",
"impl": "imperative",
"description": "Get the full portfolio of Plateau Candy projects with metadata.",
"inputSchema": {
"type": "object",
"properties": {
"lang": {
"type": "string",
"enum": [
"en",
"de"
],
"description": "Language (default: en)"
}
}
},
"page": "/"
}submit_inquirySensitive Action
Submit a project inquiry or contact request to Plateau Candy.
View tool JSON
{
"name": "submit_inquiry",
"kind": "transact",
"impl": "imperative",
"description": "Submit a project inquiry or contact request to Plateau Candy.",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Contact name"
},
"email": {
"type": "string",
"description": "Contact email"
},
"company": {
"type": "string",
"description": "Company name"
},
"message": {
"type": "string",
"description": "Inquiry message"
}
},
"required": [
"name",
"email",
"message"
]
},
"page": "/"
}check_project_fitAnswer
Check if a project type is a good fit for Plateau Candy's capabilities.
View tool JSON
{
"name": "check_project_fit",
"kind": "answer",
"impl": "imperative",
"description": "Check if a project type is a good fit for Plateau Candy's capabilities.",
"inputSchema": {
"type": "object",
"properties": {
"projectType": {
"type": "string",
"description": "Type of project (e.g. 'AI product design', 'brand identity')"
},
"budget": {
"type": "string",
"description": "Budget range"
},
"timeline": {
"type": "string",
"description": "Timeline"
}
},
"required": [
"projectType"
]
},
"page": "/"
}