Update docstring for smd_detail_article function

Clarify the usage instructions and context for the smd_detail_article function. This ensures better understanding of its relationship with the smd_research tool.
This commit is contained in:
ThomasTaroni 2025-06-21 19:35:33 +02:00
parent a36990856c
commit 4793aca10e

View file

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