diff --git a/src/phoenix_technologies/smd/server.py b/src/phoenix_technologies/smd/server.py index dc71dcb..22a0faa 100644 --- a/src/phoenix_technologies/smd/server.py +++ b/src/phoenix_technologies/smd/server.py @@ -27,8 +27,8 @@ mcp = FastMCP("SMD Researcher", host="0.0.0.0", port=8000, timeout_keep_alive=72 @mcp.tool() async def smd_detail_article(article_id: str) -> dict: """ - Get the Details of an article found by the SMD Research. - Use this tool when you need the full content of an article. + Get the Details of an article found by the tool smd_research. + Use this tool after smd_research is executed to get all the details of the articles in the result. Args: article_id: The ID of the article to get the details for