Skip to main content
Glama
hermoso-ai

Hermoso

Official

Look up an Instagram account by handle

instagram_profile
Read-only

Convert an Instagram @handle into Meta's numeric account ID with real name, bio, follower count, post count, website, and profile picture. Use it to verify professional accounts before managing partnerships.

Instructions

Turn an Instagram @handle into the NUMERIC Instagram account id, straight from Meta — with the account’s real name, bio, follower count, post count, website and profile picture. Two jobs: it answers "what is @’s Instagram id?", and it sizes up any brand or creator on Instagram before you work with them (followers and post count are Meta’s own numbers, not a scraper’s). CALL IT BEFORE manage_meta_partnership_creator: that tool’s allowTagging list takes NUMERIC IDS ONLY, and an id that did not come from Meta is rejected there with “An unknown error has occurred.” — an error carrying no cause at all, so a scraped or guessed id looks like an outage instead of a bad argument. PROFESSIONAL ACCOUNTS ONLY: Meta reads Instagram Business and Creator accounts here and nothing else. A personal account, a private account, an age-gated account and a handle that does not exist all come back as the SAME refusal, because Meta returns one error code for all four — so never tell a user which of them it was. Read-only, 0 credits, no new permission, no reconnect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesthe Instagram handle — "fellowproducts", "@fellowproducts" or an instagram.com profile link all work. Meta matches it EXACTLY and does not strip a leading @, so Hermoso normalises it first.
pageIdNoFacebook Page id — omit when only one Page is connected. Meta requires the lookup to be made AS a professional account, so the Page must have an Instagram account linked.
Behavior5/5

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

Annotations already mark it read-only, non-destructive, and open-world, and the description reinforces this with concrete details: read-only, 0 credits, no new permission, no reconnect. It goes beyond annotations by disclosing the ambiguous error behavior across personal/private/age-gated/nonexistent accounts, and that data comes straight from Meta rather than a scraper — behavior an agent cannot know from schemas.

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 lengthy but every section earns its place: primary function, cross-tool warning, and error semantics. It front-loads the essential purpose and uses bold for critical constraints. Slightly verbose in the error explanation, but the density of critical usage information justifies the length.

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 tool with no output schema, the description covers all necessary context: accepted input formats, required authentication context (professional account), the relationship to manage_meta_partnership_creator, and the error-to-caller guidance. An agent has everything it needs to invoke this tool correctly and interpret results without additional lookups.

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?

Schema coverage is 100% with both parameters already described. The description adds value by enumerating accepted handle formats (bare, @, full link) and the normalization step, plus the condition for omitting pageId. This exceeds the baseline of 3 that schema coverage warrants, though it doesn't elaborate on every edge case for pageId.

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 precise action — converting an Instagram @handle into a numeric ID plus profile data — and names the two distinct jobs (ID lookup and brand sizing). It distinguishes itself from the sibling manage_meta_partnership_creator by spelling out that it supplies the numeric IDs that tool requires, making its unique role unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly directs when to call this tool ('CALL IT BEFORE manage_meta_partnership_creator'), explains why (that tool rejects non-Meta IDs with an ambiguous error), and hard-scopes usage to professional accounts. It also warns about the four failure cases returning the same refusal, giving the agent clear guardrails on what not to infer.

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/hermoso-ai/hermoso'

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