rt_check_instructions
Inspect MCP server instructions for poisoning indicators, credential harvesting, and instruction override attempts. Identifies cross-origin references and excessive length to prevent security issues.
Instructions
Analyze server instructions returned during MCP initialization. Scans for: poisoning patterns (credential harvesting, exfiltration, instruction override, social engineering), cross-origin references, excessive length (>5000 chars). Server instructions influence LLM behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Additional environment variables for stdio | |
| url | No | MCP server URL for HTTP/SSE transport (e.g. 'http://localhost:3000/mcp') | |
| args | No | Command arguments for stdio (e.g. ['run', 'server.js']) | |
| command | No | Server command for stdio transport (e.g. 'node', 'bun', 'npx') | |
| headers | No | Custom HTTP headers (e.g. { 'Authorization': 'Bearer token' }) | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) |