Skip to main content
Glama

get_social_media_rules

Retrieve a brand's social media content rules per platform before updating. Review current guidelines to change only the intended fields.

Instructions

Read a brand's per-platform social media content rules (the same rules editable in dashboard Settings → Social media rules). Covers content/structure/engagement/visual-strategy guidance plus secrets, guidelines, content types, things to avoid, and core principles. Call this BEFORE set_social_media_rules so you only change the fields you intend to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdNoBrand ID (uses active brand if omitted)
platformNoFilter to a single platform. Omit to return all 6 platforms.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly labels the operation as 'Read' and enumerates the content areas covered (content/structure/engagement/visual-strategy, secrets, etc.), which provides useful context beyond simple 'read' semantics. However, it does not disclose potential access requirements or return behavior in detail, though this is less critical for a read operation.

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 comprises two sentences, with the first defining the tool's purpose and scope, and the second providing explicit usage guidance. It avoids redundancy and every sentence contributes meaningful information.

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?

Given the tool has only two optional parameters, no output schema, and no annotations, the description is sufficiently complete: it explains what data is returned (the rules and their categories), where it comes from (dashboard settings), and when to use it (before setting rules). This covers all necessary context for selection and invocation.

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 description coverage is 100%, with both brandId and platform having full descriptions. The tool description does not add parameter-level semantics; it merely references per-platform rules. Per the baseline rule for high schema coverage, a 3 is appropriate.

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 opens with a specific verb and resource: 'Read a brand's per-platform social media content rules.' It also distinguishes itself from sibling set_social_media_rules by naming that tool and clarifying its read-only nature.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: 'Call this BEFORE set_social_media_rules so you only change the fields you intend to.' This gives a clear ordering relative to an alternative, which satisfies the dimension's requirement.

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/bitsandtea/postking-mcp'

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