list_blog_posts
ActiveTool of Cure Cancer With AI
declared in 1.0.0
List editorial blog articles (excerpts). Use get_blog_post for full content. Filter by category, cancer-type tag, or keyword.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Results per page (1–100, default 20)."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Number of results to skip (default 0)."
},
"search": {
"type": "string",
"description": "Keyword search across title, excerpt, and content."
},
"category": {
"type": "string",
"description": "Filter by primary category."
},
"cancerType": {
"type": "string",
"description": "Filter by cancer-type tag."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cure Cancer With AI
https://github.com/hifarrer/ccwai-api
1/7 registries