Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

social_media_posting_start_google_oauth

Read-onlyIdempotent

Initiates Google OAuth flow to authorize a user's Google account for social media posting, enabling integration with GoHighLevel. Requires a user ID to start authentication.

Instructions

Starts OAuth For Google 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 include readOnlyHint=true, idempotentHint=true, and openWorldHint=true, which cover the safety and idempotency profile. The description adds no extra behavioral context beyond stating the action. It does not explain what 'starting OAuth' entails (e.g., returning a redirect URL, initiating a consent flow), so beyond the annotations, there is minimal disclosure.

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, concise sentence that immediately states the action. No filler, no repetition, and it is appropriately sized for such a simple tool.

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

Completeness3/5

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

For an OAuth starter tool with no output schema and annotations covering safety, the description provides the basic purpose. However, it does not explain critical nuances like what the result of 'starting' is, what 'reconnect' means, or when to pass a 'locationId'. While the schema documents parameters, the descriptions of parameters are vague (e.g., 'Page', 'Reconnect'), so the tool is not fully self-explanatory.

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?

The input schema has 100% description coverage for all four parameters, so the schema already documents each parameter. The description does not add any semantic detail or clarify parameter usage (e.g., what 'reconnect' or 'page' mean in context). Baseline of 3 is appropriate because the schema carries the burden.

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 clearly states the verb 'Starts' and the resource 'OAuth For Google Account', which is specific and distinguishes this tool from sibling OAuth tools for Facebook, Instagram, LinkedIn, etc. It is not a tautology and conveys exactly what the tool does.

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?

The description provides no guidance on when to use this tool versus the other social_media_posting_start_*_oauth siblings. It does not mention prerequisites, conditions, or alternatives, leaving the agent to infer usage from the tool name alone.

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