neuron_get_blog_post
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Retrieve a single blog post by its URL-friendly slug, including full content and metadata.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "URL-friendly slug of the blog post (e.g., 'my-first-post')"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries