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