Skip to main content
Glama

evaluate_action

Assess AI agent actions against governance policies to determine if they should be allowed, require human review, or be blocked.

Instructions

Evaluate an AI agent action against the current governance policy.

    Returns a decision: auto (allow), approve (needs human review), or block (deny).

    Args:
        action_type: The kind of operation (e.g. "read_file", "send_email", "delete").
        target: The system being acted upon (e.g. "filesystem", "stripe", "database").
        params: Arbitrary parameters for the operation.
        description: Optional human-readable description.
        agent_id: Optional identifier for the agent performing the action.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_typeYes
targetYes
paramsNo
descriptionNo
agent_idNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Acacian/aegis'

If you have feedback or need assistance with the MCP directory API, please join our Discord server