Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

get_privacy

Read-onlyIdempotent

Need to check a Telegram privacy setting? Retrieves the current configuration for a specified key such as last_seen, profile_photo, or phone_number.

Instructions

Получить текущие privacy-настройки для указанного ключа.

Args: key: один из last_seen, profile_photo, phone_call, phone_p2p, phone_number, added_by_phone, forwards, chat_invite, voice_messages, about, birthday.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds value by enumerating the allowed keys, which tells the agent which inputs are valid. It does not add safety details, but they are covered by 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 concise and front-loaded, with a clear one-sentence purpose followed by a well-formatted parameter list. No unnecessary words or repetition.

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?

For a simple read-only tool with a single parameter and an output schema, the description provides the necessary information: the action, the resource, and the allowed parameter values. The output schema handles return value expectations, so the description is complete.

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

Parameters5/5

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

The schema only specifies a string type, but the description fully enumerates all allowed values for the key parameter, which is essential for correct invocation. This fully compensates for the 0% schema description coverage.

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 that it retrieves current privacy settings for a specified key, which is a specific verb+resource combination. It clearly distinguishes from the sibling tool set_privacy by using 'get' and specifying 'privacy settings'.

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 implies use when one needs to read current privacy settings, but it does not explicitly mention when to use it versus set_privacy or provide exclusions. The presence of set_privacy as a sibling suggests the context, but the description itself lacks explicit guidance.

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