Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

conversation_ai_get_action_by_id

Read-onlyIdempotent

Retrieve a specific action by its unique ID for a given agent. Use to fetch action details from GoHighLevel conversations.

Instructions

Get Action by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYes
actionIdYesThe unique identifier of the action ID Attached to the agent
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no additional behavioral context, such as what the action object contains or whether the call has any side effects. Since annotations cover the safety, a neutral 3 is appropriate; no contradiction exists.

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, succinct sentence with zero wasted words. It is front-loaded and easy to parse. However, it is so terse that it borders on under-specification, though that is more a completeness issue than a conciseness flaw.

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 two required parameters and no output schema, the description should explain what agentId is for, how to obtain actionId, or what the response will contain. It provides none of this. Even for a simple get-by-ID operation, the lack of context makes it difficult for an agent to call correctly without prior knowledge or external lookup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50%: actionId has a vague description ('The unique identifier of the action ID Attached to the agent') that is redundant and unclear, while agentId has no description. The tool description does not compensate for this gap, failing to explain the meaning or relationship of the two required parameters. An agent would likely be confused about why agentId is needed.

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 'Get Action by ID' clearly states a verb (Get) and resource (Action) with a specific identifier. It is not a tautology and accurately reflects the tool's purpose. However, it does not differentiate from sibling tools like conversation_ai_list_actions or conversation_ai_get_agent, but the intent is clear without ambiguity.

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?

There is no guidance on when to use this tool versus alternatives, nor any exclusions. The description provides no context about typical use cases, prerequisites, or scenarios where another tool might be more appropriate. The agent must infer usage solely from the name, which is insufficient for a large sibling set.

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