Skip to content

Commit 676722e

Browse files
committed
improve tool description for agent consumption
Signed-off-by: Kelly Abuelsaad <kaymar@gmail.com>
1 parent 0198769 commit 676722e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mcp/slack_tool/slack_tool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def get_slack_client(access_token = None):
5555
@mcp.tool()
5656
def get_channels() -> List[Dict[str, Any]]:
5757
"""
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.
58+
Lists all public and private slack channels you have access to.
6059
"""
6160
logger.debug(f"Called get_channels tool")
6261

0 commit comments

Comments
 (0)