All tools
ToolRead
Get published post evidence health
get_published_post_evidence_healthYou need metadata or evidence status for already posted Prism articles.
When to use it
You need metadata or evidence status for already posted Prism articles.
Typical workflow
Filter posts first, then inspect evidence health for a selected post.
What it returns
Published post metadata, compact excerpts, and evidence-health summaries.
Avoid using it when
You need full draft bodies or to update a published post.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"postId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"postId"
],
"additionalProperties": false
}