Tool tree
Personal website of Konstantinos Botonakis, Senior Software Engineering Manager. Senior Software Engineering Manager with over 20 years of experience leading SaaS, eCommerce, and cloud platform…
get_profileAnswer
Return Konstantinos Botonakis profile, contact details, and canonical links.
View tool JSON
{
"name": "get_profile",
"kind": "answer",
"impl": "imperative",
"description": "Return Konstantinos Botonakis profile, contact details, and canonical links.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}list_blog_postsAnswer
List published blog post summaries.
View tool JSON
{
"name": "list_blog_posts",
"kind": "answer",
"impl": "imperative",
"description": "List published blog post summaries.",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"default": 5
},
"topic": {
"type": "string"
}
},
"additionalProperties": false
}
}get_blog_postAnswer
Lookup a single blog post by id or slug.
View tool JSON
{
"name": "get_blog_post",
"kind": "answer",
"impl": "imperative",
"description": "Lookup a single blog post by id or slug.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"slug": {
"type": "string"
}
},
"additionalProperties": false
}
}