Skip to main content
Glama
atomno-mcp

Newbuild MCP Server

check_escrow

Check whether a property project uses escrow accounts (214-FZ) by providing the object ID. Returns escrow status, authorized bank, and account type.

Instructions

Схема привлечения средств по объекту: используются ли эскроу-счета (214-ФЗ), уполномоченный банк, признак эскроу/без эскроу/спецсчёт. Тариф Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_idYesИдентификатор объекта в ЕИСЖС.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the type of data returned (escrow details) and implies a tariff restriction. However, it does not state if the tool is read-only, what happens on errors, or other behavioral traits.

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

Conciseness4/5

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

The description is short and front-loaded with the main purpose. It is efficient but could be more structured (e.g., bullet points). 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 presence of an output schema (not shown here but indicated in context), the description adequately summarizes the tool's function. It could mention read-only nature but overall complete for a single-parameter 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?

Schema coverage is 100%, so the schema already documents the parameter. The description adds no additional meaning beyond the schema description of the object_id parameter.

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

Purpose4/5

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

The description clearly states the tool checks the fundraising scheme for an object, specifically escrow accounts, authorized bank, and escrow indicator. However, it does not explicitly distinguish itself from sibling tools, though the focus on escrow is unique.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The mention of 'Pro tariff' hints at access restrictions but is not explicit.

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/atomno-mcp/mcp-newbuild'

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