Slack
SLACK_LOOKUP_CANVAS_SECTIONS
Looks up section IDs in a Slack Canvas for use with targeted edit operations. Section IDs are needed for insert_after, insert_before, delete, and section-specific replace operations.
Remote slack
Other tools also called SLACK_LOOKUP_CANVAS_SECTIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"criteria": {
"type": "object",
"properties": {},
"description": "Search criteria to find sections. Use 'contains_text' to search for text within sections. Returns section IDs that match the criteria.\nExamples:\n {\"contains_text\":\"grocery\"}\n {\"contains_text\":\"Roadmap\"}\n {\"contains_text\":\"Task\"}",
"additionalProperties": true
},
"canvas_id": {
"type": "string",
"description": "The unique identifier of the canvas to lookup sections in\nExample: \"F01234ABCDE\""
}
}
}