Skip to main content
Glama

socials_check_access

Check whether the Socials MCP has active access to social media platforms. If not, use the recovery flow to refresh auth or restart the bridge.

Instructions

Check connection status. After confirming access, use socials_open_tab to open X, LinkedIn, Reddit, or YouTube (home, watch, or /results?search_query=... for search). RECOVERY FLOW if this fails: 1) socials_refresh_auth 2) if still fails, socials_restart_bridge 3) user refreshes browser extension 4) retry check_access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only says 'Check connection status' and gives a recovery flow, but does not state whether the check is read-only, what it returns, or any side effects. The recovery flow hints that the tool can fail, but does not explain the tool's own behavior or what the success/failure indication looks like.

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 two sentences, the first stating the purpose and the second providing a structured recovery flow. It is front-loaded and every sentence earns its place. The numbered recovery steps are concise and easy to follow without unnecessary elaboration.

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?

Given the tool's simplicity (zero parameters, no output schema, no annotations), the description covers the core purpose, the expected next action (use socials_open_tab), and a detailed recovery flow. It lacks an explicit description of what the tool returns or how status is reported, but for a simple check, the provided context is mostly sufficient.

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?

The tool has zero parameters and the input schema is empty, so the schema coverage is vacuously high. The baseline for 0 params is 4, and the description adds no parameter information because none is needed. The description's focus on usage and recovery is sufficient.

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 states 'Check connection status' with a clear verb and resource. It distinguishes itself by framing this as a preflight check before using socials_open_tab, and the recovery flow ties it to access-related siblings. However, it does not explicitly differentiate from socials_health_check or socials_diagnostics, which could have overlapping purposes.

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 'After confirming access, use socials_open_tab...' and provides a numbered RECOVERY FLOW with alternative tools (socials_refresh_auth, socials_restart_bridge) and a user action. This gives clear when-to-use and what-to-do-on-failure guidance, going beyond a simple statement of purpose.

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/Brainrot-Creations/socials'

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