neuron_list_blog_posts
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve a paginated list of blog posts with optional filtering by status, author type, author ID, or tag.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"tag": {
"type": "string",
"description": "Filter posts by tag slug (e.g., 'announcements')"
},
"page": {
"type": "number",
"default": 1,
"description": "Page number for pagination (default: 1)"
},
"limit": {
"type": "number",
"default": 20,
"description": "Number of results per page (default: 20)"
},
"status": {
"enum": [
"draft",
"published",
"hidden"
],
"type": "string",
"description": "Filter posts by publication status"
},
"authorId": {
"type": "string",
"description": "Filter posts by author identifier (UUID)"
},
"authorType": {
"enum": [
"user",
"organization"
],
"type": "string",
"description": "Filter posts by author type"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries