get_blog_post
Retrieve a specific blog post by its unique post ID using the MCP integration for DevHub CMS, enabling efficient content management and access.
Instructions
Get a single blog post
Args:
post_id: Blog post id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
post_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"post_id": {
"title": "Post Id",
"type": "integer"
}
},
"required": [
"post_id"
],
"title": "get_blog_postArguments",
"type": "object"
}