Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

saas_api_bulk_enable_saas_deprecated

Bulk enable SaaS plans for multiple locations with an agency-level token. Provide company, location IDs, and action payload to activate.

Instructions

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

Input Schema

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

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

The description adds the auth requirement (agency-level token), which is useful, but it omits side effects, reversibility, and how existing SaaS settings are affected. With minimal annotations (no read-only, destructive, or idempotent hints), the description carries the burden and fails to disclose behavioral outcomes beyond the token note.

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

Conciseness2/5

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

The description is a single short sentence, which is concise but under-specified. It front-loads the token requirement but omits critical operational details. It is not efficient conciseness; it is the absence of necessary content.

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

Completeness1/5

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

This is a mutation tool with a nested payload (actionPayload), no output schema, and sparse annotations. The description does not explain the actionPayload structure, the meaning of isSaaSV2, or the deprecation status (only the name indicates it). An agent cannot correctly call this tool without external knowledge, making it highly incomplete.

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 descriptions for all parameters, so the baseline is 3. The tool description adds no additional meaning beyond what the schema already provides, and the schema descriptions themselves are generic. It neither improves nor worsens the agent's understanding.

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 states the verb and resource ('Bulk Enable SaaS') which is clear enough but vague about what 'enable' actually does. It does not differentiate from the non-deprecated sibling saas_api_bulk_enable_saas, so an agent cannot tell if there are behavioral differences or which to prefer.

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 only usage guidance is the token requirement ('requires an agency-level token, not a location PIT'), which is a prerequisite but not a when-to-use instruction. It does not mention when to use this tool versus alternatives like the non-deprecated version or single-location enable, nor any exclusion scenarios.

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