Skip to main content
Glama

List Contact Lists

neuron_list_contact_lists
Read-only

Access contact lists by searching name or slug, filtering by static/dynamic/merged type, and setting page/limit for organized results.

Instructions

List all contact lists with optional search, type filter, and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
typeNoFilter by type: static, dynamic, merged
limitNoItems per page
searchNoSearch by name or slug
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description confirms a read operation. No additional behavioral traits (e.g., performance, rate limits) are disclosed beyond the annotation.

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?

Extremely concise—one sentence of 12 words that captures the core functionality. Every word is earned, and no redundancy with the schema.

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?

Given the four parameters and many sibling tools, the description is minimal. It does not explain what 'type' filter values are (despite schema listing static/dynamic/merged) or describe the return format. Adequate but lacks completeness for a full understanding.

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%, so each parameter already has a description. The description adds no new meaning beyond stating the parameters are optional, which is evident from the schema (no required parameters).

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 clearly states it lists all contact lists with optional filters. However, it does not differentiate from sibling tools like 'neuron_get_contact_list' (single list) or 'neuron_find_contact_lists_for_contact' (lists for a contact), which could cause confusion.

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 it is for listing all contact lists but provides no explicit guidance on when to use this over alternatives or when not to use it. No exclusions or prerequisites mentioned.

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/conquext/neuron-mcp-server'

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