Skip to main content
Glama
osAlhaddad1

instagram-mcp

by osAlhaddad1

instagram_account_about

Read-onlyIdempotent

Check an Instagram account's country, join date, and former usernames to verify authenticity and spot newly created or recycled profiles.

Instructions

Read Instagram's own "About this account" panel: country, join date, past handles.

The country field is Instagram's own answer to where an account is based, which makes it the single most trustworthy location signal a profile can carry - worth far more than anything written in a bio. The join date and any former usernames are useful for spotting accounts that are newer, or more recycled, than they present themselves as.

Args: username: The handle to look up. user_id: The numeric id, if you already have it.

Returns: username, country, joined, former_usernames, and a note when Instagram returned the panel without a country. Fields it does not return are omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoNumeric user id. Use instead of username.
usernameNoHandle to look up, e.g. 'nasa'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive, so the safety profile is covered. The description adds extra behavioral context: it notes that fields are omitted if Instagram doesn't return them and that a note is included when the country is missing. This goes beyond the annotations and informs the agent about potential incomplete responses.

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 well-structured: a crisp purpose line, a short rationale for why the data matters, then labeled Args/Returns sections. While the rationale paragraph is not strictly necessary for invoking the tool, it is valuable for decision-making and does not feel verbose. The main purpose is front-loaded, and every section earns its place.

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?

The tool has an output schema (not shown but indicated as present), and the description's Returns section covers what fields to expect and the behavior for missing data (omission and a note). It does not mention login prerequisites or error handling, but given the read-only, idempotent nature and the simplicity of the panel, the description is largely complete for an agent to call it correctly.

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% — both parameters (username and user_id) are described in the input schema. The description's Args section repeats these descriptions without adding meaning beyond what the schema already provides. It does not explain the relationship between the two parameters (e.g., which takes precedence), so it stays at the baseline.

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 opens with a specific verb and resource: 'Read Instagram's own "About this account" panel' and lists the exact fields (country, join date, past handles). This clearly distinguishes it from other info-gathering tools like instagram_account_info or instagram_get_user, even though it doesn't name them. The purpose is unambiguous and self-contained.

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 explains why the country field is valuable ('single most trustworthy location signal a profile can carry') and how join date and former usernames help spot newer or recycled accounts. This gives clear context for when to use this tool. However, it does not explicitly name alternative tools or state when to avoid using it, so it misses the highest bar.

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/osAlhaddad1/instagram-mcp'

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