Tool tree
Application error: a client-side exception has occurred
search_worksAnswer
Open Digital Collections search results for the requested keywords. This changes the page the user is viewing.
View tool JSON
{
"name": "search_works",
"kind": "answer",
"impl": "imperative",
"description": "Open Digital Collections search results for the requested keywords. This changes the page the user is viewing.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 300,
"description": "Keywords or a natural-language description to search for."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/"
}