Skip to main content
Glama
osAlhaddad1

instagram-mcp

by osAlhaddad1

instagram_search_judge

Read-onlyIdempotent

Record candidate observations from bios and images, rescore against the persona, and update search results with actionable next steps.

Instructions

Record what you saw in bios and images, and rescore against the persona.

Report observations, not verdicts: say the hair was 'brown', not that it scored 0.2 against a persona wanting blonde. Whether an observation satisfies the persona is decided in one place, so judgments cannot grade themselves and a mismatch cannot be smuggled in as a good score.

Naming the source matters: several images agreeing ('vision_multi') is a stronger measurement than one avatar ('vision_single'), and each carries a different ceiling. Use 'strength' below 1.0 when a reading is genuinely uncertain, and owner_face_confidence when it is unclear which face belongs to the account - both make the reading less certain rather than pretending it fits worse than it does.

Args: search_id: The search to update. judgments: Per-candidate attribute readings.

Returns: applied, rejected, unknown_candidates, problems[] and next_step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
judgmentsYesOne entry per candidate: {'user_id':'123','owner_face_confidence':0.9,'attributes':{'hair':{'value':'blonde','source':'vision_multi'}}}. Report what you SAW, not how well it matched. Use 'reject_reason' to drop one.
search_idYesThe search these judgments belong to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description directly contradicts the annotations: annotations declare readOnlyHint: true, implying this tool does not modify any state, but the description explicitly says 'Record what you saw' and 'rescore against the persona,' which are write-like operations. The title also says 'Record judgments.' This is a clear contradiction that could mislead an agent about side effects or state changes. The description also fails to disclose potential side effects or requirements beyond the contradiction. Given the direct conflict, a score of 1 is warranted.

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 with clear sections: purpose, guidance, and argument summaries. The prose is detailed but purposeful, explaining the reasoning behind the guidance (e.g., why to report observations not verdicts) though some redundancy exists (e.g., repeating the 'source matters' point). It front-loads the core purpose and provides a concise args/returns summary. While it could be trimmed, the length is justified by the tool's complexity.

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 description covers the tool's inputs, the behavioral expectations, and the return values (applied, rejected, unknown_candidates, problems[], next_step). It explains key concepts like source quality and confidence, which are essential for correct usage. However, it does not mention prerequisites (e.g., a valid search_id must exist) or error handling beyond problems[]. Given the tool's complexity and the presence of an output schema (though not shown), the description is sufficiently complete for an agent to use it correctly in most scenarios.

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?

While the schema description provides 100% coverage of parameters, the description adds meaningful semantics beyond the schema. It explains the intent behind judgments: 'Report what you SAW, not how well it matched,' and elaborates on how to encode uncertainty via 'strength' and 'owner_face_confidence.' It also clarifies the meaning of source values (vision_multi vs vision_single) and their impact on ceilings. This enriches the schema's basic type definitions, providing an agent with critical guidance for correct parameter construction.

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 clearly states the tool's purpose: 'Record what you saw in bios and images, and rescore against the persona.' It specifies the verb (record/rescore), the resource (bios and images), and the context (persona scoring). This distinguishes it from other Instagram tools, which focus on retrieval or actions. The description also explains the expected behavior of recording observations rather than verdicts, which is specific to this judge tool.

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 gives detailed guidance on how to use the tool (report observations, not verdicts; use 'strength' and 'owner_face_confidence' for uncertainty) but does not explicitly state when to use this tool versus alternatives. It does not mention any sibling tools or conditions that would route an agent to this tool instead of others like instagram_search_enrich or instagram_search_shortlist. The usage context is implied (after observations are gathered), but exclusions or alternative selection criteria are absent.

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