We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cdf36 commit 27816deCopy full SHA for 27816de
1 file changed
semantic_croissant/server.py
@@ -188,7 +188,7 @@ async def list_tools() -> list[types.Tool]:
188
types.Tool(
189
name="get_croissant_record",
190
endpoint="/get_croissant_record",
191
- description="Convert a dataset to Croissant ML format with get_croissant_record tool",
+ description="Convert a dataset to Croissant ML format with get_croissant_record tool and explore the dataset with DOI or handle.",
192
inputSchema={
193
"type": "object",
194
"required": ["doi"],
0 commit comments