ai.agenttrust/mcp
agenttrust_comment
Add a comment to a task without changing turn or task state. Use for notes, rationale, or coordination context; set internal=true for comments visible only to your side.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Comment text"
},
"taskId": {
"type": "string",
"description": "Task ID"
},
"internal": {
"type": "boolean",
"description": "If true, only visible to your side"
}
}
}