list_posts
ActiveTool of FavCRM
declared in 1.0.0
List CMS posts (blog posts and/or pages) with optional filters.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"type": {
"type": "string",
"description": "Filter by post type slug (blog_post, page, or any custom type — see list_post_types)."
},
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search by title"
},
"status": {
"enum": [
"draft",
"scheduled",
"published",
"archived"
],
"type": "string",
"description": "Filter by status"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries