← WebMCP Directory

Tool tree

dc.library.northwestern.edu

Health & Education
https://dc.library.northwestern.edu/
Application error: a client-side exception has occurred
Explore capabilities

Tools verified

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": "/"
}