Skip to content

Commit 27816de

Browse files
committed
Extended context with "explore"
1 parent a6cdf36 commit 27816de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic_croissant/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ async def list_tools() -> list[types.Tool]:
188188
types.Tool(
189189
name="get_croissant_record",
190190
endpoint="/get_croissant_record",
191-
description="Convert a dataset to Croissant ML format with get_croissant_record tool",
191+
description="Convert a dataset to Croissant ML format with get_croissant_record tool and explore the dataset with DOI or handle.",
192192
inputSchema={
193193
"type": "object",
194194
"required": ["doi"],

0 commit comments

Comments
 (0)