Skip to main content
Glama
AtlaSent-Systems-Inc

atlasent-mcp

Official

AtlaSent — Verify Permit

verify_permit
Read-only

Confirms a permit issued by evaluate remains valid before executing an action. Returns verified, expired, invalid, or error; invalid permits trigger review.

Instructions

Call this AFTER completing an authorized action. Confirms the permit issued by evaluate is still valid. Outcome is verified, expired, invalid, or error. If valid is false, the action should be flagged for review.

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).
permit_tokenYesThe permit_token returned by a prior evaluate call.
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 indicate read-only, non-destructive. Description adds outcome values and post-action guidance, consistent with 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?

Three concise sentences, all essential. No extraneous information. Efficiently conveys purpose, timing, and outcome.

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

Completeness5/5

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

Despite no output schema, description explains return values and action on false. Covers key aspects for a verification tool given parameter count and schema richness.

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?

Schema covers all parameters (100% coverage). Description does not add new parameter details beyond schema, so baseline score of 3 applies.

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?

Description clearly states the verb 'verify' and resource 'permit', specifies it follows an authorized action and uses the token from 'evaluate'. Distinguishes from sibling tools like atlasent_evaluate.

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

Usage Guidelines4/5

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

Explicitly says 'Call this AFTER completing an authorized action' and ties to evaluate. Provides outcome interpretation. Lacks explicit when-not-to-use but context is clear.

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