Skip to main content
Glama
anas7272

Instagram MCP Server

by anas7272

test_cloudinary_upload

Upload a local image to Cloudinary for storage without creating an Instagram post, enabling image hosting in advance for upcoming content.

Instructions

Upload a local image to Cloudinary without posting to Instagram.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
Behavior2/5

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

With no annotations, the description must disclose side effects. It only states the upload action and the negation of posting, omitting any mention of asset persistence, cleanup, or return values. This leaves behavioral transparency insufficient.

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?

Single sentence, direct, front-loaded with the main purpose, no superfluous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool, the description covers the core purpose but lacks context about side effects, return values, or practical usage, making it somewhat incomplete despite its brevity.

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 coverage is 0%, so the description compensates by indicating 'local image' which implies the filename parameter is a local path. However, it doesn't specify required format or additional constraints, offering only marginal value.

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 action: uploading a local image to Cloudinary, with an explicit exclusion of posting to Instagram. This distinguishes it from sibling tools like post_to_instagram and test_instagram_connection.

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 indicates the tool is for uploading without the Instagram step, implying a testing scenario. However, it doesn't explicitly name alternative tools or state when not to use it, so it lacks explicit exclusions.

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/anas7272/Instagram-mcp'

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