Skip to main content
Glama

Connect Slack ops bridge

connect_slack_ops_bridge

Create a Slack alert and command scaffold for operators, including webhook or socket adapters, alert rows, approval-gated commands, and security notes for token handling.

Instructions

Create a Slack operator-alert scaffold with webhook/socket adapter, alert rows, approval-gated command rows, and token/signing safety notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.slack_ops_bridge
activeNo
socket_urlNows://127.0.0.1:9064/slack
adapter_urlNohttp://127.0.0.1:9064/slack
alert_countNo
parent_pathNoParent COMP for the Slack ops scaffold./project1
adapter_modeNoincoming_webhook
channel_nameNo#show-ops
command_countNo
workspace_labelNovenue_workspace
approval_requiredNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false and openWorldHint=true, so the tool is expected to create/modify. The description adds value by enumerating what gets created (adapter, alert rows, command rows, safety notes), which is useful behavioral context. However, it does not disclose whether existing components are overwritten, side effects beyond the scaffold, or permission requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, efficient and free of redundancy. It front-loads the main action and lists key components compactly. Minor phrasing like 'operator-alert' could be clearer, but overall it is concise and structured well.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 11 parameters, no output schema, and no sibling differentiation, the description is too sparse. It does not explain what a 'Slack ops bridge' is, when it is needed, what the scaffold includes beyond a list, or how to interact with it. The tool appears to be a creation/scaffold action requiring more context about its role and outputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 18% (2/11 params described). The description loosely maps to some parameters (adapter_mode via 'webhook/socket adapter', alert_count via 'alert rows', approval_required/command_count via 'approval-gated command rows') but leaves many params (socket_url, adapter_url, channel_name, workspace_label, active, etc.) unexplained. Given the low schema coverage, the description should compensate more but does not fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a 'Slack operator-alert scaffold' with specific components (webhook/socket adapter, alert rows, approval-gated command rows, token/signing safety notes), identifying a distinct resource and purpose. However, the name/title say 'connect' while the description says 'Create', creating slight ambiguity, and 'operator-alert scaffold' is somewhat jargon-heavy.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided about when to use this tool versus alternatives (e.g., other bridge creation tools like connect_discord_interaction_bus). The description implies usage via 'Create a Slack operator-alert scaffold' but gives no context on scenarios, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server