prompts_get
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Get full content of a prompt template: system instructions (prompt_text) and auto-reply rules. Run prompts.list first to find the prompt_id.
Parameters schema
{
"type": "object",
"required": [
"prompt_id"
],
"properties": {
"prompt_id": {
"type": "integer",
"description": "ID of the prompt template to fetch"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries