Skip to main content
Glama
grncdr

Missive MCP Server

by grncdr

List Shared Labels

list_shared_labels

Retrieve all shared labels available in your Missive account for organizing conversations. Use label IDs to filter or apply tags.

Instructions

Lists all shared labels available for tagging conversations. Use label IDs to filter conversations or apply labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationNoFilter by organization ID
limitNoMaximum number of labels to return
offsetNoOffset for pagination
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not mention permissions, rate limits, data scope (e.g., only labels the user can access), or pagination behavior beyond what the schema provides. The description lacks detail that would help an agent understand side effects or constraints.

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 two sentences long, front-loaded with the primary action. Every sentence adds value: the first states the purpose, the second connects to common use cases. No redundant or vague wording.

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

Completeness4/5

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

Given the simplicity of the tool (3 parameters, no output schema), the description is fairly complete. It explains what the tool does and hints at its use. However, it could be enhanced by noting that the returned labels include IDs and names, or that the operation is read-only. For a basic list tool, it covers essentials.

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 description coverage is 100%, with all three parameters (organization, limit, offset) having descriptions. The tool description adds no additional meaning beyond the schema; it merely reiterates that label IDs can be used for filtering. Baseline score of 3 is appropriate as schema already provides sufficient parameter 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 explicitly states 'Lists all shared labels available for tagging conversations.' It clearly identifies the action (list) and the resource (shared labels). It also distinguishes from sibling tools by specifying 'shared labels,' which are distinct from other list tools like list_conversations or list_contacts. The additional hint about using label IDs for filtering or applying labels provides practical context.

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

Usage Guidelines3/5

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

The description implies usage for retrieving labels to filter or apply, but does not explicitly state when to use this tool versus alternatives. There is no mention of when not to use it or alternative tools like search functions. However, the context of listing shared labels is clear enough for basic selection.

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/grncdr/missive-mcp'

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