We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0198769 commit 676722eCopy full SHA for 676722e
1 file changed
mcp/slack_tool/slack_tool.py
@@ -55,8 +55,7 @@ def get_slack_client(access_token = None):
55
@mcp.tool()
56
def get_channels() -> List[Dict[str, Any]]:
57
"""
58
- Lists all public and private channels the bot has access to.
59
- The docstring is crucial as it becomes the tool's description for the LLM.
+ Lists all public and private slack channels you have access to.
60
61
logger.debug(f"Called get_channels tool")
62
0 commit comments