{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The post slug as returned by list_posts, e.g. \"what-is-the-agentic-web\"."
}
},
"required": [
"slug"
]
}{
"type": "object",
"properties": {
"theme": {
"type": "string",
"enum": [
"light",
"dark",
"system"
],
"description": "The theme to apply."
}
},
"required": [
"theme"
]
}