You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_list_blog_posts

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →