list_tool_packages
List available tool packages and identify the currently loaded package in the ServiceNow MCP Server to manage ServiceNow API operations.
Instructions
Lists available tool packages and the currently loaded one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}