Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

import_contacts

Import multiple Telegram contacts in bulk using phone numbers, automatically adding them without needing their Telegram IDs.

Instructions

Массовый импорт контактов по номерам телефона (без знания Telegram-ID).

Args: contacts: список dict'ов с ключами phone, first_name, last_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=false, consistent with an import operation. The description adds the key input requirement (phone numbers without Telegram-ID), but does not disclose what happens on duplicates, whether it overwrites existing contacts, or any failure behavior. More context would be valuable for a mutation tool.

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 two sentences: first states the purpose, second defines the argument structure. No filler, front-loaded, and every word contributes.

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?

For a bulk import tool, the description gives the core purpose and input format, but lacks details on handling of existing contacts, phone number format, or result/error behavior. The existence of an output schema helps with return values, but the behavioral gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only says contacts is an array of objects with string properties, and coverage is 0%. The description compensates by specifying the intended keys ('phone', 'first_name', 'last_name'), providing essential meaning beyond the raw schema.

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 uses a specific verb ('импорт') and resource ('контакты') with a clear method ('по номерам телефона'), and explicitly differentiates from siblings by noting it does not require Telegram-ID, distinguishing it from add_contact.

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 clearly implies the bulk import scenario and the condition of phone-based contacts without Telegram IDs. While it doesn't explicitly name alternative tools, the context of 'массовый' and the mention of phone numbers effectively communicates when to use it vs. single-contact operations.

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/sanjar-x/claudegram'

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