Skip to main content
Glama

Get account profile

instagram_get_account
Read-only

Fetch the operated Instagram professional account's profile: username, display name, bio, website, profile picture, follower/following/media counts. Use it to verify identity and review public metrics.

Instructions

Fetch the profile of the operated Instagram professional account: username, display name, biography, website, profile-picture URL, and follower / following / media counts. Read-only (GET /{ig-id}). Fields the account hides or that Meta omits are simply absent. Username, name, biography and website are account-controlled free text and are returned inside an untrusted content fence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoName of the configured account profile to operate as (multi-account). Omit to use the default profile (IG_ACTIVE_PROFILE).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe Instagram professional-account ID.
nameNoDisplay name (fenced untrusted text).
websiteNoProfile website (fenced untrusted text).
usernameNoIG handle (fenced untrusted text).
biographyNoProfile biography (fenced untrusted text).
mediaCountNoNumber of published media; absent if unavailable.
followsCountNoFollowing count; absent if unavailable.
followersCountNoFollower count; absent if unavailable.
profilePictureUrlNoCDN URL of the profile picture.
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description discloses meaningful behavior: the operation is a GET to /{ig-id}, fields the account hides or Meta omits are simply absent rather than errors, and account-controlled free-text fields arrive inside an untrusted content fence. These are valuable runtime expectations an agent cannot infer from annotations alone.

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?

Four tight sentences front-load the main outcome, then add only high-value behavioral caveats. There is no repeated title or boilerplate; every sentence contributes information an agent needs before calling the tool.

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 read-only single-optional-parameter fetch with a provided output schema, the description is complete: it states the resource, the field set, the read-only nature, missing-field behavior, and the security fence. The output schema covers return shape, and annotations cover safety, so nothing essential is missing.

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 single optional account parameter already has a thorough schema description, including the default-profile behavior. The tool description therefore adds no parameter-level meaning, and the baseline of 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 opens with a specific verb-resource pair — "Fetch the profile of the operated Instagram professional account" — and enumerates exactly which fields are returned (username, display name, biography, website, profile-picture URL, follower/following/media counts). This field list differentiates it from sibling tools such as get_account_insights or get_audience_demographics without needing to read their schemas.

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 makes the tool's scope clear: it fetches the basic profile of the operated professional account, not insights or media. However, it never explicitly tells the agent when to choose this tool over a sibling or when not to use it, leaving usage conditions to be inferred from the field list.

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

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