Skip to main content
Glama
AtlaSent-Systems-Inc

atlasent-mcp

Official

Deploy Service (authorization-gated)

deploy_service
Destructive

Deploy a service to a specified environment with pre-execution authorization via AtlaSent. Returns a permit token upon approval.

Instructions

Example protected tool. Every call is authorized by AtlaSent BEFORE the deploy runs. Denied or held calls are blocked and never touch the target system. On allow, the deploy executes and a permit_token is returned.

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).
environmentYesTarget environment for the action (e.g. production, staging, development).
service_nameYesName of the service to deploy.
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?

The description adds context beyond annotations by detailing the authorization process (AtlaSent check before deploy) and the result (permit_token on allow). This complements the destructiveHint and readOnlyHint annotations.

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?

The description is succinct with three sentences that front-load the key info (authorization-gated deploy). Every sentence adds value without unnecessary detail.

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

Completeness3/5

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

The tool has 5 parameters and no output schema. The description explains the authorization flow and return of a permit_token, but lacks details about the token format or how parameters like change_window affect behavior. Agents may need more context for proper invocation.

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 already provides descriptions for all 5 parameters (100% coverage), so the description does not add additional semantic information. Baseline score of 3 is appropriate.

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's purpose: it deploys a service with authorization gating via AtlaSent. It distinguishes from sibling tools which are about authorization management rather than deployment.

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

Usage Guidelines3/5

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

The description explains that calls are authorized before execution and denied calls are blocked, providing context for when the tool is appropriate. However, it does not explicitly state when not to use the tool or suggest alternative tools for authorization-related tasks.

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