Slack
SLACKBOT_GET_CANVAS
Retrieves a specific Slack Canvas by its ID, including its content and metadata.
Remote slackbot
Other tools also called SLACKBOT_GET_CANVAS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"canvas_id": {
"type": "string",
"title": "Canvas Id",
"examples": [
"F01234ABCDE"
],
"description": "The unique identifier of the canvas to retrieve"
}
}
}