You're viewing a demo portfolio

Join the waitlist
PRSM

query_signins

Active

Tool of com.blackveilsecurity/dns

declared in 3.29.5

Query Microsoft Entra sign-in logs for a tenant. Optionally filter by user principal name, failure status, or lookback window. Requires m365Proxy service binding; returns { unprovisioned: true } when absent. A `representative: true` field in the response marks sample (non-live) data until live Graph reads land.

Parameters schema

{
  "type": "object",
  "required": [
    "ms_tenant_id"
  ],
  "properties": {
    "since_hours": {
      "type": "integer",
      "maximum": 720,
      "minimum": 1,
      "description": "Lookback window in hours (default: 24, max: 720)."
    },
    "ms_tenant_id": {
      "type": "string",
      "maxLength": 200,
      "minLength": 1,
      "description": "Microsoft Entra tenant ID (GUID or domain)."
    },
    "failures_only": {
      "type": "boolean",
      "description": "When true, return only failed sign-ins."
    },
    "user_principal_name": {
      "type": "string",
      "maxLength": 254,
      "description": "Filter to a specific user (UPN). Omit for all users."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.blackveilsecurity/dns

https://github.com/MadaBurns/bv-mcp

2/7 registries
View full server →
query_signins — com.blackveilsecurity/dns — PRSM MCP