We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stonewater-Digital/snowdrop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
digital_agent_clause_checker — Evaluates actions against identity, spend, and communication rules
PREMIUM SKILL — full implementation available to subscribers.
Subscribe: https://snowdrop.ai (launching soon)
AUTO-GENERATED STUB — do not edit manually.
Source of truth: snowdrop-core/skills/premium/compliance/digital_agent_clause_checker.py
Regenerate: python scripts/build_public_stubs.py
"""
from __future__ import annotations # defers annotation evaluation (PEP 563)
from typing import Any, Optional, Union # FastMCP resolves annotations via get_type_hints()
from skills._paywall import paywall_response
TOOL_META = {
"name": "digital_agent_clause_checker",
"tier": "premium",
"description": "Evaluates actions against identity, spend, and communication rules. (Premium — subscribe at https://snowdrop.ai)",
}
def digital_agent_clause_checker(action_type: str, amount: float, requires_external: bool, total_assets: float | None = None) -> dict[str, Any]:
"""Premium skill — subscribe to access full implementation."""
return paywall_response("digital_agent_clause_checker")