Skip to main content
Glama

socials_open_tab

Opens a URL in a new pinned tab for the Socials agent, ensuring automation targets it across Chrome windows. Maintains workspace stability by placing the tab with existing pins.

Instructions

Open a URL in a new tab and pin it as the Socials agent tab. Automation targets this tab by ID across tabs and Chrome windows (not only the focused window). By default opens in the background (focus: true to switch to it). If a pin already exists, the new tab opens in the same window as that pin so a separate empty window does not steal the agent workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to open. X: https://x.com/home ; LinkedIn: https://www.linkedin.com/feed/ ; Reddit: https://www.reddit.com/ or a subreddit URL. YouTube: https://www.youtube.com/ (home) or a watch URL; to run a search open results, e.g. https://www.youtube.com/results?search_query=hello+kitty — always URL-encode the search_query value (encodeURIComponent semantics).
focusNoIf true, activate the new tab and focus the window. Default false (background).
Behavior4/5

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

With no annotations, the description carries full burden and discloses important behaviors: cross-window targeting, background default, and pin placement. It does not cover error handling or return value, but key side effects are well explained.

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?

Three sentences, each earning its place: purpose, cross-window targeting, and focus/pin behavior. No filler or redundant repetition of schema details.

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?

For a simple open-url tool, the description covers purpose, targeting, and pin behavior effectively. It lacks output/return value information and error scenarios, but those are not critical for this action.

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% with detailed descriptions for url (including platform examples and encoding guidance) and focus (default false). The tool description itself adds no new parameter semantics beyond the schema, so baseline 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?

Description opens with a specific verb+resource: 'Open a URL in a new tab and pin it as the Socials agent tab.' It clearly states the primary function and differentiates from sibling tools by noting automation targets this tab by ID across tabs and windows.

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?

Provides clear operational context: default is background, focus:true switches to it, and existing pins cause same-window opening to avoid stealing the workspace. However, it does not explicitly mention when to prefer this over alternatives like socials_navigate or socials_focus_agent_tab.

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