APIReferenceMessage
message_context
Return the exact current Mattermost conversation, thread, requester, and bot identities. `read` · v2
Authorization
memberToken AuthorizationBearer <token>
Tokens
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
text/plain
text/plain
curl -X POST "https://example.com/tools/message_context/invoke" \ -H "Content-Type: application/json" \ -d '{ "input": {} }'{ "toolName": "string", "status": "string", "content": "string", "isError": true, "message": "string", "errorCode": "string", "retryable": true, "result": null}image_read POST
Read a workspace image from an exact /workspace path and return a base64 attachment. Use document_read for document files. `read` · v1
message_delete POST
Permanently delete exact Mattermost message IDs from message_search after approval. List only the exact messages the user asked to remove; when several search matches quote or mention the same text, pick the one message that is the target itself, never the whole match list. `destructive` · approval · v2