Learn how to directly test ACP tools, typically using the ACP Tool Explorer, to understand their behavior and validate your inputs.
success
flags or status indicators.error_message
or error_code
fields for diagnostic information.slack_send_message
slack_send_message
tool:
channel_id
: (e.g., “C012345XYZ”) - The ID of a test Slack channel.text
: (e.g., “Hello from ACP Tool Explorer! This is a test.”)as_user
(optional): (e.g., false
or leave blank)success
: true
message_ts
: A Slack timestamp string (e.g., “1678886400.000123”)error_message
: null
or emptychannel_id
was incorrect, you might see:
success
: false
message_ts
: null
error_message
: (e.g., “Error: Channel not found”)