Skip to main content
Glama

ariel_create_post_with_images

Publish a post to Bluesky with attached images, specifying text, image files, alt text, and optional languages. Accepts up to four images under 1MB each to create a complete image post.

Instructions

Create a post with attached images (max 4 images, max 1MB each)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesPost text (max 300 graphemes)
langsNoLanguage codes
imagesYesImages to attach (1-4)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

Annotations only mark the tool as not read-only and not destructive; the description matches this by saying 'Create'. It adds the file-size and count limits (1MB, 4 images), which are beyond annotations, but does not cover auth requirements, rate limits, or post-creation behavior. With minimal annotations, the description carries partial but not full behavioral burden.

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?

One sentence with the action front-loaded and constraints in a parenthetical. There is no filler or redundant content; every element earns its place.

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?

For a simple create tool with a fully described schema and no output schema, the description plus schema cover the essential inputs and limits. It lacks explicit sibling differentiation and auth context, but those are minor given the tool's simplicity and the schema richness.

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%, so the baseline is 3. The description adds a meaningful 1MB-per-image constraint not present in the schema, and reiterates the 4-image maximum, giving operational semantics beyond parameter names. It does not detail text or alt, but the schema already documents those adequately.

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 uses a specific verb ('Create'), names the resource ('a post with attached images'), and adds hard constraints (max 4 images, 1MB each). This clearly distinguishes it from siblings like ariel_create_post (no images) and ariel_create_post_with_link_card (link card) without needing to inspect the schema.

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 implies the tool is for posts that require image attachments, but it never explicitly states when to prefer it over ariel_create_post or when not to use it. There are no exclusions or alternative routing, so an agent must infer usage from the name and sibling context. This is implied usage, not explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/TickTockBent/ariel'

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