Skip to main content
Glama

forge_conversation_insights

Analyze conversation debugging insights to uncover state transitions and triggered behaviors, helping identify and resolve issues.

Instructions

Get debugging insights for a conversation, including state transitions and triggered behaviors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conversation_idYesThe conversation ID
interaction_idNoSpecific interaction ID (omit for all)
org_idNoOrg ID (uses active org if omitted)
Behavior2/5

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

There are no annotations, so the description carries full burden for behavioral traits. It says 'get' implying a read-only operation, but does not explicitly state it is non-destructive or safe. It also fails to disclose any side effects, permission requirements, or error behavior (e.g., what happens if conversation_id is invalid).

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, well-structured sentence that efficiently conveys the tool's purpose without any fluff or repetition. Every word adds value.

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?

The description mentions 'state transitions and triggered behaviors' which hints at output content, but without an output schema, more details on return format or structure would be helpful. For a simple 3-parameter tool with one required field, the description is adequate but leaves room for improvement in completeness.

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 three parameters (conversation_id, interaction_id, org_id). The description does not add any additional meaning, constraints, or formatting hints beyond the schema. Baseline 3 is appropriate as the schema already provides adequate information.

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 tool retrieves debugging insights for a conversation, specifying it includes state transitions and triggered behaviors. This is specific about the resource (conversation) and the action (get insights), and it distinguishes from sibling tools like 'forge_conversation_evaluate' which likely focuses on evaluation rather than debugging.

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 alternatives. It does not specify prerequisites, when not to use it (e.g., if the conversation doesn't exist), or mention any related tools. The agent must infer usage from context 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/amigo-ai/forge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server