Skip to main content
Glama
LokiMCPUniverse

Hootsuite MCP Server

create_post

Create and schedule a social media post to multiple profiles with an optional send time.

Instructions

Create and schedule a social media post on Hootsuite.

Args: text: The content of the post. social_profile_ids: List of social profile IDs to post to. scheduled_send_time: Optional ISO 8601 datetime for scheduling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
social_profile_idsYes
scheduled_send_timeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided; description mentions scheduling but does not disclose effects, permissions, rate limits, or failure behavior. For a write operation, more context is needed.

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?

Concise: one main sentence plus three bullet points. No fluff, but could be more informative in the parameter list.

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

Completeness2/5

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

Does not mention return value (though output schema exists), error behavior, or prerequisites. For a tool with 3 params and no annotations, description is incomplete.

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?

With 0% schema coverage, the description adds brief parameter explanations (text, social_profile_ids, scheduled_send_time) but lacks constraints (e.g., max length, format). Adds marginal value over bare schema titles.

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?

Clearly states 'Create and schedule a social media post on Hootsuite' – specific verb and resource, distinct from siblings (get_social_profiles, get_posts, delete_post, get_analytics).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use vs. alternatives; implicit that it's for creating posts, but no when-not-to or alternative tools mentioned.

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/LokiMCPUniverse/hootsuite-mcp-server'

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