Tool tree
Dries Buytaert is the founder of Drupal and Acquia. Explore his blog, photography, and projects.
search_postsanswer
Search Dries Buytaert's blog posts and notes by keyword. Returns matching titles, dates, URLs, a short summary when the post has one, and an excerpt around the match.
View tool JSON
{
"name": "search_posts",
"kind": "answer",
"impl": "imperative",
"description": "Search Dries Buytaert's blog posts and notes by keyword. Returns matching titles, dates, URLs, a short summary when the post has one, and an excerpt around the match.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "Search terms. Each word must match; matching is prefix-based, so \"perf\" matches \"performance\"."
}
},
"required": [
"query"
]
},
"page": "/"
}