Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

saas_api_bulk_enable_saas

Enable SaaS plans for multiple locations in a single bulk operation using an agency-level token. Specify SaaS plan and pricing details to activate across selected locations.

Instructions

Bulk Enable SaaS (requires an agency-level token, not a location PIT)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isSaaSV2YesIndicates if the SaaS is V2
companyIdYes
locationIdsYesArray of location IDs to enable SaaS for
actionPayloadYesAction payload for the bulk enable SaaS operation
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, indicating a non-idempotent, mutating operation. The description adds the authentication requirement (agency-level token), which is useful operational context. However, it does not disclose side effects like billing changes or irreversibility, but given the annotations cover the mutation aspect, the added auth detail earns a middle score.

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, front-loaded sentence stating the purpose and a key prerequisite. No fluff, no redundancy. It is appropriately concise, though it might be too brief to be fully helpful—but for the information it chooses to include, it's efficient.

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?

Given this is a mutating, non-idempotent tool with 4 required parameters including a nested object, and no output schema, the description is notably sparse. It does not explain the business effect (enabling SaaS for locations), what the actionPayload represents beyond the schema, likely side effects, or what the response will be. An agent would have to infer most operational context from the schema and annotations.

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 75% (companyId lacks a description). The description adds no parameter explanations, but the schema already describes locationIds, isSaaSV2, and actionPayload. Since coverage is moderately high, the description is not required to compensate. The missing companyId semantics are a gap, but the baseline for this coverage is 3.

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

Purpose4/5

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

The description clearly states the verb and resource: 'Bulk Enable SaaS'. It conveys that this is a bulk operation, which is consistent with the schema's locationIds array. It also adds a distinguishing detail (agency-level token, not location PIT) that separates it from location-scoped operations. However, it does not explicitly mention that it applies to multiple locations or contrast with the deprecated or disable variants.

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 gives a prerequisite (agency-level token) but no guidance on when to use this tool versus alternatives like saas_api_bulk_disable_saas or saas_api_enable_saas_location. It does not say 'use this for bulk operations' or mention the deprecated sibling. The token requirement implicitly says if you don't have an agency token, you shouldn't use it, but that's the only guidance.

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