Skip to main content
Glama

Отозвать доступ пользователя

delete_user
Destructive

Revoke a user's access to an Avito advertising account. Re-add the user with an explicit role to restore access; their Avito account, campaigns, and spending history stay intact.

Instructions

Отзывает доступ пользователя к рекламному аккаунту. Операция разрушительная: вернуть доступ можно только через add_user с явно указанной ролью. Аккаунт Авито этого человека, его кампании и историю расходов не удаляет. Возвращает подтверждение API плюс apiPointBalance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYesЧисловой id пользователя Авито, которого нужно убрать из аккаунта, как его возвращает list_users.
Behavior4/5

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

Annotations already declare destructiveHint=true, so the destruction is covered. The description adds valuable context: reversibility requires add_user with an explicit role, and it clarifies that the user's Avito account, campaigns, and spending history are not deleted, plus it mentions the return value (confirmation and apiPointBalance). This goes beyond the 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 three concise sentences, front-loaded with the primary purpose, then the destructive consequence and restoration path, and finally the return value. No fluff.

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?

With one simple parameter and annotations covering safety, the description provides everything an agent needs: what it does, what it doesn't do, how to undo it, and what it returns. No output schema exists, so mentioning the return payload is helpful. Complete.

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 description coverage is 100% and the schema already explains userId as the Avito user id as returned by list_users. The description itself adds no further parameter detail, so baseline 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?

The description states a specific verb ('revokes') and resource ('user access to advertising account'). It clearly distinguishes from siblings by noting that restoration is only via add_user and that it doesn't delete the account or campaigns, so an agent can tell it apart from deletion tools.

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?

The description implies when to use the tool (to revoke access) and mentions add_user as the restoration alternative, but does not explicitly state exclusions or contrast with set_user_role. The context is sufficient for an agent to infer the use case.

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/A1-x-Tech/mcp-avito-ads'

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