{
  "schema_version": "v1",
  "name_for_human": "Agent Precall",
  "name_for_model": "agent_precall",
  "description_for_human": "Pre-call trust and safety layer for autonomous agents. Scan any endpoint and get a Should Call / Use Caution / Do Not Call decision.",
  "description_for_model": "Use this plugin to evaluate the safety and trustworthiness of an external HTTP endpoint before your agent calls it. Submit a target URL and receive a trust score, risk level, decision (should_call / use_caution / do_not_call), reason codes, and compatibility signals. Use the /api/v1/decision endpoint for fast inline checks, or /api/v1/scan for a full signal report. All scanning is deterministic — no LLMs involved.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://agentprecall.com/openapi.json"
  },
  "logo_url": "https://agentprecall.com/favicon.svg",
  "contact_email": "api@agentprecall.com",
  "legal_info_url": "https://agentprecall.com/docs"
}
