Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

social_media_posting_start_twitter_oauth

Read-onlyIdempotent

Start Twitter OAuth flow to connect or reconnect an account for social media posting. Provide user ID and optional location to begin authentication.

Instructions

Starts OAuth For Twitter Account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage
userIdYesUser Id
reconnectNoReconnect
locationIdNoLocation Id Defaults to GHL_LOCATION_ID when omitted.
Behavior2/5

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

Annotations already indicate readOnlyHint, idempotentHint, and non-destructive behavior. The description adds no further behavioral context, such as what the tool returns, whether it requires user interaction, or that it is a prerequisite for other operations. It does not contradict annotations, but provides no incremental transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no redundancy or filler. It is efficiently concise, though it may be too terse to convey sufficient detail. Structure is simple and front-loaded, so no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool that starts an OAuth flow, the description lacks essential context: what the output is (e.g., a redirect URL), what parameters are needed for which scenarios, and what happens after calling it. Without an output schema, the agent has no idea what to expect. This is inadequate for correct usage.

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%, so the baseline is 3. However, the parameter descriptions ('Page', 'User Id', 'Reconnect') are generic and largely unhelpful. The tool description offers no additional clarification about what these parameters mean in the OAuth context. It neither improves nor contradicts the schema.

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

Purpose3/5

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

The description 'Starts OAuth For Twitter Account' gives a clear verb and resource, but 'starts OAuth' is vague without explaining what initiating OAuth entails (e.g., returning a URL or beginning a token exchange). It does distinguish from siblings that mention other platforms, but not from other OAuth-start tools beyond the platform name.

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 about when to use this tool versus alternatives, prerequisites (e.g., needing an existing Twitter integration), or the expected next steps after calling it. The description simply states the action without context.

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/AIWerk/mcp-server-ghl'

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