Skip to main content
Glama
AtlaSent-Systems-Inc

atlasent-mcp

Official

AtlaSent — Evaluate (streamed, buffered)

atlasent_evaluate_stream

Evaluate up to 100 actions via streaming endpoint. Buffers SSE stream, returns complete result set with per-item errors. Designed for batch authorization decisions.

Instructions

Evaluate up to 100 actions via the streaming endpoint. The tool buffers the SSE stream and returns the complete result set (same shape as atlasent_evaluate_many). Per-item RPC failures surface in the items array with { error }; the stream continues. Closed-by-default: 404 surfaces as a feature_not_enabled error tagged with the v2_streaming tenant flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesItems to evaluate (1-100). Decisions returned in input order.
batch_idNoOptional UUID for idempotency.
Behavior4/5

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

Description adds valuable behavioral context: per-item RPC failures return {error} and stream continues, and closed-by-default 404 surfaces as feature_not_enabled error. Annotations are minimal, so description carries the burden well.

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 focused sentences: purpose, error handling, special case. No wasted words, front-loaded with the core action.

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?

Covers key aspects (max items, error handling, special 404 error) and references sibling's return shape. Missing explicit return schema is offset by 'same shape' reference.

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 coverage is 100% with clear descriptions. The description adds no further parameter details beyond 'same shape as atlasent_evaluate_many', which is implicit for the items array.

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 evaluates up to 100 actions via streaming, distinguishing itself from synchronous evaluate variants with 'streaming endpoint' and 'same shape as atlasent_evaluate_many'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this streaming version versus atlasent_evaluate or atlasent_evaluate_many. The 100-item cap is mentioned but not as a decision criterion.

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