Tool tree
list_servicesAnswer
List the consulting services offered by Calzi Consulting (DevOps, Tech Leadership, Talent Development, Engineer on Call).
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "List the consulting services offered by Calzi Consulting (DevOps, Tech Leadership, Talent Development, Engineer on Call).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list_certificationsAnswer
List all professional certifications held by Olivier Calzi, including name, code, issuer, category, and skills covered. Includes CNCF Golden Kubestronaut status.
View tool JSON
{
"name": "list_certifications",
"kind": "answer",
"impl": "imperative",
"description": "List all professional certifications held by Olivier Calzi, including name, code, issuer, category, and skills covered. Includes CNCF Golden Kubestronaut status.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list_postsAnswer
List all published blog posts with metadata (title, date, tags, description, permalink). Use read_post to get full content.
View tool JSON
{
"name": "list_posts",
"kind": "answer",
"impl": "imperative",
"description": "List all published blog posts with metadata (title, date, tags, description, permalink). Use read_post to get full content.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}read_postAnswer
Get the full content of a blog post by its slug.
View tool JSON
{
"name": "read_post",
"kind": "answer",
"impl": "imperative",
"description": "Get the full content of a blog post by its slug.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The post slug (e.g. \"kairos-hetzner-hccm\")"
}
},
"required": [
"slug"
]
},
"page": "/"
}contactSensitive Action
Get contact information for Calzi Consulting: Calendly booking link and LinkedIn profile.
View tool JSON
{
"name": "contact",
"kind": "transact",
"impl": "imperative",
"description": "Get contact information for Calzi Consulting: Calendly booking link and LinkedIn profile.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get_testimonialsAnswer
Get client project case studies and testimonials from Calzi Consulting engagements across banking, industrial, and AI startup sectors.
View tool JSON
{
"name": "get_testimonials",
"kind": "answer",
"impl": "imperative",
"description": "Get client project case studies and testimonials from Calzi Consulting engagements across banking, industrial, and AI startup sectors.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get_service_detailAnswer
Get the full use-case description for a specific consulting service.
View tool JSON
{
"name": "get_service_detail",
"kind": "answer",
"impl": "imperative",
"description": "Get the full use-case description for a specific consulting service.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Service slug: devops | leadership | talent | emergency"
}
},
"required": [
"slug"
]
},
"page": "/"
}get_cvAnswer
Get a summary of Olivier Calzi's professional background and expertise.
View tool JSON
{
"name": "get_cv",
"kind": "answer",
"impl": "imperative",
"description": "Get a summary of Olivier Calzi's professional background and expertise.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}