Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

feat: Add format_mention tool for Slack channels #71

Description

@Peyton-Spencer

Context

PR #70 added format_mention as a Discord-only MCP tool (gated behind chatJid.startsWith('dc:')). It resolves display names to proper <@USER_ID> mention format using a user registry.

Slack has the same need — agents communicating in Slack channels need to <@U12345> mention users rather than plain-text @name.

Requirements

  • Add format_mention support for Slack channels (JID prefix TBD based on Slack integration)
  • Look up Slack user IDs from display names (Slack Web API users.list or similar)
  • Return proper Slack mention format: <@USER_ID>
  • Gated to Slack agents only, alongside the existing Discord gate

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions