{
  "schema_version": "v1",
  "name_for_human": "Agent Trust Contract Kit",
  "name_for_model": "agent_trust_contract_kit",
  "description_for_human": "Pre-action trust checks for agents before API, MCP, tool, workflow, write, deploy, money-adjacent, or sensitive-data actions.",
  "description_for_model": "Use Agent Trust Contract Kit to inspect machine-readable discovery, readiness, OpenAPI, MCP, auth, quota, failure modes, payload ceilings, first safe calls, and escalation rules before autonomous tool or API actions. Never send secrets, private records, proof solutions, or API keys in public text.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://k-work-trust-api.fly.dev/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://k-work-trust-api.fly.dev/logo.svg",
  "legal_info_url": "https://k-work-trust-api.fly.dev/agent-trust-contract.md",
  "directory_listing_url": "https://k-work-trust-api.fly.dev/.well-known/agent-directory.json",
  "mcp_manifest_url": "https://k-work-trust-api.fly.dev/.well-known/mcp.json"
}