shell_nslookup
Query DNS records efficiently using command arguments. Integrated with Shell-MCP for secure execution, enabling precise DNS lookups with controlled resources and timeouts.
Instructions
Query DNS records
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}