Skip to main content
Glama
LokiMCPUniverse

Hootsuite MCP Server

get_posts

Retrieve scheduled, published, or draft posts from Hootsuite with optional limit and state filters to view your content calendar.

Instructions

Get scheduled and published posts from Hootsuite.

Args: limit: Maximum number of posts to retrieve (default: 20). state: Optional filter by state (scheduled, published, draft).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must convey behavioral traits. It only states the basic retrieval function and parameters, but does not disclose safety (non-destructive), authentication requirements, rate limits, or pagination behavior.

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 extremely concise (two sentences plus a bullet-like list), front-loaded with purpose, and contains no unnecessary 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?

Given two simple parameters and an output schema (assumed present), the description is adequate for basic use. However, it could clarify scope (e.g., for all profiles or a specific one) and whether the result includes metadata like total count.

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 description coverage is 0%, but the description explains the limit parameter with default and maximum meaning, and the state parameter with example values ('scheduled, published, draft'). This adds significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves 'scheduled and published posts from Hootsuite', which is a specific verb and resource. While it distinguishes from creation/deletion tools, it doesn't explicitly differentiate from analytics or profile tools, but the resource type is clear.

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 is provided on when to use this tool versus alternatives like get_analytics or get_social_profiles. There is no mention of context or 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/LokiMCPUniverse/hootsuite-mcp-server'

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