search_notebooks
Find relevant notebooks in your library by searching names, descriptions, topics, and tags to identify useful resources for your task.
Instructions
Search library by query (name, description, topics, tags). Use to propose relevant notebooks for the task and then ask which to use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}