Skip to main content
Glama

nv_manage_conversation

Archive or unarchive a Sales Navigator conversation thread by providing its thread ID. The operation runs as a queued workflow; retrieve the final status with the returned workflow ID.

Instructions

Archive or unarchive a Sales Navigator conversation thread by threadId (nv.manageConversation action). Provide the threadId as returned by get_inbox and the operation to perform.

Linked API actions are queued into a cloud-browser workflow and may take several minutes. The server returns immediately after starting the workflow with {status: 'pending'|'running', pendingReason, workflowId, operationName, message}. To retrieve the final result, call get_workflow_result with the returned workflowId and operationName — it will long-poll until completion or the request budget elapses, then return either the final result or another in-progress snapshot. Do not retry the original tool while a workflow is still running; that creates duplicate queued work.

A pending workflow carries pendingReason: 'queued' means it is waiting its turn behind other work on the same account and will start within minutes. 'outsideWorkingHours' means the account has configured working hours and the workflow is parked until they reopen — possibly the next working day. In that case get_workflow_result returns immediately instead of polling, message states when the window opens, and you should report that to the user rather than looping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
threadIdYesConversation thread identifier, as returned by get_inbox.
operationYesOperation to perform on the Sales Navigator conversation thread.
Behavior5/5

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

With no annotations, the description fully discloses the async queued workflow: it 'may take several minutes', returns immediately with a status object, and long-polls via get_workflow_result. It explains the pendingReason values 'queued' and 'outsideWorkingHours' and gives explicit instructions for each case, including not looping on outsideWorkingHours. This is exemplary transparency for a mutation tool.

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 structured into three paragraphs, each carrying distinct information: core action, async response and retrieval pattern, and pending-state handling. It is longer than average but the complexity of the workflow justifies the length; every sentence adds operational value. It could be slightly tightened by merging repeated mentions of get_workflow_result, but it remains well-organized.

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

Completeness5/5

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

The tool has no output schema, and the description compensates by explaining both the immediate return object and the eventual result retrieval via get_workflow_result. It covers the async execution model, retry avoidance, and edge cases like outsideWorkingHours. For a tool with this complexity, the description is comprehensive and leaves no critical operational gap.

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?

Both parameters are fully described in the schema (100% coverage), so the baseline is 3. The description reiterates the threadId source and operation, but adds no additional format constraints, examples, or edge-case semantics beyond what the schema already provides. Therefore it does not elevate above the baseline.

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 opens with 'Archive or unarchive a Sales Navigator conversation thread by threadId' — a clear action (archive/unarchive) applied to a specific resource (Sales Navigator conversation thread) with the key input identified. This distinguishes it from related tools like retrieve_feed or search, and the mention of 'nv.manageConversation action' ties it to a specific API operation.

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

Usage Guidelines4/5

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

The description explicitly states that the threadId should come from get_inbox and instructs the caller to retrieve the final result via get_workflow_result with the returned workflowId and operationName. It provides explicit guidance on when not to retry ('Do not retry the original tool while a workflow is still running') and how to handle queued vs outsideWorkingHours states. This gives robust operational context, though it does not contrast with the non-nv manage_conversation sibling.

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/zecloud/remote-mcp-linkedin'

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