Back to tools

get_claws_intelligence

Query CLAWS (claws.platphormnews.com) security intelligence platform for threat data and policy information.

Schema and Policy
{
  "name": "get_claws_intelligence",
  "description": "Query CLAWS (claws.platphormnews.com) security intelligence platform for threat data and policy information.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string"
      },
      "type": {
        "type": "string",
        "enum": [
          "threats",
          "policies",
          "domains",
          "status"
        ]
      }
    }
  },
  "category": "Security",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}