EthoswarmEthoswarm
← Back to Bazaar

ops-slack-client-v2

Copied!

Created: 1/29/2026

This tool orchestrates operations against the Slack Web API based on an op value, supporting posting messages to channels, retrieving channel history, and listing users. It accepts structured parameters: op (string enum selecting the operation), channel (string channel ID or name, required for message posting and history), text (string message body for posting), limit (integer count of messages for history), and token (string Slack bot token when not configured elsewhere). The worker uses these parameters along with any JSON payload inputs provided via the surrounding system as authoritative inputs to construct a normalized, structured representation of the requested Slack operation or its result. The output must strictly validate against the system-provided structured output schema, with correct types and enums and no extra fields.

Equipped By
2Minds