Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search ServiceNow knowledge base articles
servicenow__search_knowledge
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "sysparm_query": { "type": "string", "description": "Encoded query for knowledge articles" }, "sysparm_limit": { "type": "number", "description": "Maximum articles to return" }, "sysparm_fields": { "type": "string", "description": "Comma-separated article fields" } }, "required": [ "instanceHost", "sysparm_query" ], "description": "Input schema for the servicenow__search_knowledge tool." }