Skip to main content
Glama
AtlaSent-Systems-Inc

atlasent-mcp

Official

AtlaSent — Evaluate Action

evaluate
Read-only

Evaluates whether a sensitive action is permitted, returning allow, deny, or hold. Must be called before executing any protected operation.

Instructions

Call this BEFORE performing any sensitive action. Returns a Decision: allow (use the permit_token and proceed), deny (you MUST NOT proceed), or hold (action is queued for human review — do not proceed, inform the user).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actor_idYesIdentifier for the user or service account the agent is acting on behalf of.
approvalsNoApproval identifiers already obtained for this action (e.g. ticket IDs, reviewer handles).
action_typeYesThe action the agent is about to perform (e.g. deploy, delete, merge, execute_query, send_email).
environmentYesTarget environment for the action (e.g. production, staging, development).
change_windowNoISO-8601 time window during which the change is permitted (e.g. 2025-01-15T02:00:00Z/PT4H).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds the decision outcomes and required actions, which is valuable context beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence that says everything needed. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the annotations and schema richness, the description is complete enough. It describes the return behavior (decisions) despite no output schema, which is adequate for this guardrail tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so the description does not need to explain parameters. It adds no extra meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool is for evaluating sensitive actions before proceeding, and it distinguishes the purpose by specifying the outcome decisions (allow, deny, hold).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Call this BEFORE performing any sensitive action' and provides precise instructions for each outcome: allow (use permit_token), deny (must not proceed), hold (inform user).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/AtlaSent-Systems-Inc/atlasent-mcp-server'

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