Tool tree
Technology & Product Leader — most recently CTPO at Digitas UK (Publicis Groupe). Founder of All About Symbian; writing on product, technology and AI.
get_page_factsanswer
The structured facts of the page currently open — the same data behind its schema.org markup. Use this instead of reading the DOM.
View tool JSON
{
"name": "get_page_facts",
"kind": "answer",
"impl": "imperative",
"description": "The structured facts of the page currently open — the same data behind its schema.org markup. Use this instead of reading the DOM.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}check_experienceanswer
Whether THIS SITE publishes anything evidencing a topic. Returns supported, partial, not_found, or not_on_this_page when the page does not carry the career record. not_found is a statement about what is published, never about Rafe.
View tool JSON
{
"name": "check_experience",
"kind": "answer",
"impl": "imperative",
"description": "Whether THIS SITE publishes anything evidencing a topic. Returns supported, partial, not_found, or not_on_this_page when the page does not carry the career record. not_found is a statement about what is published, never about Rafe.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "e.g. 'composable architecture'"
}
},
"required": [
"topic"
]
},
"page": "/"
}list_case_studiesanswer
Every published case study — client, sector, what Rafe did, the lead outcome and the URL. Optionally filtered by sector or client.
View tool JSON
{
"name": "list_case_studies",
"kind": "answer",
"impl": "imperative",
"description": "Every published case study — client, sector, what Rafe did, the lead outcome and the URL. Optionally filtered by sector or client.",
"inputSchema": {
"type": "object",
"properties": {
"filter": {
"type": "string",
"description": "sector or client, e.g. 'automotive'"
}
}
},
"page": "/"
}search_writinganswer
Search Rafe Blandford's published writing by title, excerpt and tag. Returns URLs to read. A blank query returns the most recent.
View tool JSON
{
"name": "search_writing",
"kind": "answer",
"impl": "imperative",
"description": "Search Rafe Blandford's published writing by title, excerpt and tag. Returns URLs to read. A blank query returns the most recent.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"limit": {
"type": "number",
"description": "default 8, max 25"
}
}
},
"page": "/"
}