Skip to main content
Glama

Socializioz — AI Social Media Manager

Attach Media to Post

invoke_attach_assets_to_post

Attach media to the authenticated user's DRAFT. Prefer existing asset_ids. For fresh external media, import it first and pass the returned Asset ID. file/file_url are used only when actually supplied; never assume a chat attachment is auto-injected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoOptional host-provided file reference. Use only when the MCP client actually supplies it; never fabricate local paths or assume a chat attachment is auto-injected.
post_idYesSocializioz post ID.
file_urlNoOptional public HTTPS media URL to copy into the authenticated draft's workspace. (format: "uri")
filenameNoOptional original filename for file_url.
asset_idsNoOptional existing Socializioz asset IDs.

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already convey that this is a mutating, non-destructive operation. The description adds meaningful caveats: chat attachments are not auto-injected, file/file_url must not be fabricated, and media should be pre-imported before attaching. This goes beyond the structured annotations without contradicting them.

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?

Three short, purposeful sentences provide the core action, the preferred workflow, and the important caveat. The most important information is front-loaded and there is no redundant summary or filler.

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?

With 100% schema coverage and clear description-level guidance, the tool is fully comprehensible. The description covers the target post state, the input modes, the option hierarchy, and the critical automatic-injection ambiguity an agent might otherwise assume.

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 value by explaining the preferred workflow across parameters: prefer asset_ids for existing media, import external media first, and treat file/file_url as supply-conditional rather than default inputs.

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 leads with a specific verb-object pair: attach media to the authenticated user's DRAFT. It clearly targets the draft post and distinguishes the tool from siblings like detach_assets_from_post and import_media_from_url by framing it as an attachment action.

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?

The description gives actionable selection guidance: prefer existing asset_ids, import fresh external media first and use the returned Asset ID, and only use file/file_url when the client actually supplies them. It does not explicitly name alternative tools or spell out when not to use it, but the usage context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools target a distinct resource and lifecycle state, so an agent can usually pick correctly. The main ambiguity is among the profile/context tools and the approve/schedule/publish family, but the descriptions give enough state-specific detail to avoid serious misselection.

Naming Consistency4/5

The set consistently uses an invoke_ prefix with snake_case and mostly follows a verb_noun pattern. It only deviates with names like media_preflight and x_live_read, which place the verb at the end or use noun phrases.

Tool Count2/5

With 33 tools, the server is well beyond the typical well-scoped range. It covers many distinct areas, but the high number of status-specific post tools and separate context/profile/workspace tools makes the surface feel bloated rather than cohesive.

Completeness3/5

The core social publishing workflow is covered well: create, edit, approve, schedule, publish, cancel, retry, and campaign planning. However, there are notable gaps such as no delete/archive for drafts, campaigns, or assets, and limited tools for inbox, comment, or broader analytics beyond the single X read gateway.

Resources