Skip to main content
Glama

Create a link to connect social accounts

social_connect_link

Mint a one-time URL the brand owner opens to connect their own social accounts — TikTok, Instagram, YouTube, LinkedIn and the rest. Hand it to your user; they sign in on each platform's own page and we never see their password. Once at least one account is connected they are offered publishing, and if they accept we post the daily content for them instead of only sending it to your webhook. You cannot do this step for them: authorising an account is something only its owner can do. Watch for the result with social_accounts_list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand slug.
ttl_minutesNoHow long the link stays valid. Default 60, maximum 7 days.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only provide booleans (not read-only, not idempotent, not destructive). The description adds significant behavioral context: the URL is one-time, the system never sees passwords, the owner must authorize, and connecting at least one account triggers a publishing offer. This goes well beyond the annotations, though it doesn't mention error handling or expiration edge cases.

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 a single dense paragraph where every sentence earns its place: it opens with the core purpose, then explains the user flow, the security guarantee, the ownership restriction, and the next step. No filler or redundancy.

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 there is no output schema, the description implies the return value is a URL ('Mint a one-time URL') and points to social_accounts_list for status. It covers the full user journey and security model. It doesn't specify the exact response format or failure scenarios, but these are not essential for the agent to invoke it correctly.

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 coverage is 100% – both 'brand' and 'ttl_minutes' have clear descriptions ('Brand slug.' and 'How long the link stays valid. Default 60, maximum 7 days.'). The description adds no parameter-specific detail beyond what the schema provides, so the baseline 3 applies.

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 states a specific verb ('Mint'), resource ('one-time URL'), and purpose ('connect social accounts'), listing target platforms. It distinguishes itself from sibling social_accounts_list by explicitly pointing to it as the result-checking tool, so an agent can tell them apart without ambiguity.

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 clearly explains the workflow: the URL must be handed to the user, who authorizes on their own; the agent cannot do this step. It also instructs to 'Watch for the result with social_accounts_list,' providing a follow-up. However, it does not explicitly name alternative tools like telegram_link_create or state when not to use it, so it falls short of a 5.

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.

Resources