Skip to main content
Glama
osAlhaddad1

instagram-mcp

by osAlhaddad1

instagram_login_status

Read-onlyIdempotent

Check if an Instagram session is active and inspect server configuration without logging in. Use it to verify account, write permissions, and credential setup.

Instructions

Report whether an Instagram session is active and how the server is configured.

Never logs in and never contacts Instagram, so it is the safe first call when something is not working. Use it to check which account is in use, whether write actions are permitted, and whether credentials are present at all.

Returns: logged_in (bool), logged_in_as (str|null), summary (str), and a configuration object reporting which credentials are set (never their values), the write-mode flag, the session cache path and the delay range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description goes well beyond the annotations: it states the tool never logs in and never contacts Instagram (stronger than readOnlyHint), and clarifies that the configuration object reports which credentials are set but never their values. This adds critical behavioral context that annotations alone do not provide.

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 efficiently structured with a clear opening sentence, a usage guidance paragraph, and a return-value list. Every sentence adds value—there is no filler or redundancy. It front-loads the key message about safety and non-contact.

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 zero-parameter diagnostic tool with an output schema, the description is fully complete. It explains the purpose, when to use it, and exactly what is returned. The presence of an output schema means the description does not need to repeat schema details, yet it still summarizes the return fields clearly.

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?

The tool has no parameters, so the baseline is 4 per rubric. The description does not need to explain parameters, and it does not mention any. It appropriately focuses on behavior and return values.

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 the tool reports session status and server configuration, and explicitly distinguishes itself from instagram_login by declaring it never logs in and never contacts Instagram. This makes its purpose precise and clearly separates it from the large set of sibling tools.

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?

It provides strong context: 'safe first call when something is not working' and lists concrete intended uses (check which account, write permissions, credentials present). It does not explicitly name alternatives, but the 'never logs in' statement implies it is not for login actions. The guidance is clear enough without being exhaustive.

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