Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

snapshots_create_snapshot_share_link

Generate snapshot share links with selectable types for general, permanent, agency, or location-restricted access.

Instructions

Create Snapshot Share Link (requires an agency-level token, not a location PIT)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYes
share_typeYesType of share link to generate
snapshot_idYesid for snapshot to be shared
share_location_idNoComma separated Sub-Account ids to create sub-account restricted share link
relationship_numberNoComma separated Relationship number of Agencies to create agency restricted share link
Behavior3/5

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

Annotations already indicate this is not read-only (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds the authentication context (agency-level token) which is useful, but does not mention side effects, response shape, or any other behavioral details. With annotations covering the safety profile, the description provides marginal value, so a 3 is appropriate.

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 clearly states the purpose and the key prerequisite. It contains no filler or redundant details, and the most important info (token type) is front-loaded. Perfectly sized for the task.

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?

With 5 parameters including optional scoping parameters (share_location_id, relationship_number) and an enum for share_type, the description offers no guidance on when to use these options. The schema provides some descriptions, but the description body doesn't explain the differences or expected behavior. Given the lack of an output schema and the parameter nuances, more contextual detail would be helpful.

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 80%, so most parameters are documented in the input schema with descriptions (except companyId). The description itself adds no parameter-specific information. Since the schema does the heavy lifting, the baseline of 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?

The description clearly states the verb (Create) and resource (Snapshot Share Link), making the tool's purpose unambiguous. It also adds a critical prerequisite (agency-level token) that distinguishes it from typical location-based operations. The name and description together differentiate it from sibling snapshot tools (which are 'get' operations).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions a required token type but does not explicitly state when to use this tool versus alternatives or when not to use it. It implies usage for creating share links, but no guidance is given on choosing among share types or comparing with related snapshot functions. The context is clear from the resource, but lacks explicit direction.

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