Skip to main content
Glama
RogerRogerHQ

RogerRoger MCP Server

Official
by RogerRogerHQ

create_list

Create a new list or segment in RogerRoger CRM by specifying its title, icon, and optional sort sequence to organize contacts and audiences.

Instructions

Create a new list/segment in RogerRoger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconYesIcon identifier for the list
titleYesName of the list
sequenceNoOrder sequence (optional)
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. 'Create' implies a write/mutation operation, but the description doesn't disclose whether creation has side effects, whether icon values are validated against a set, what happens with the optional sequence parameter, or what the response/return behavior is. For a creation tool with zero annotation coverage, this is a notable gap.

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 single sentence is brief and front-loaded with the action. No wasted words. However, it's arguably under-specified for a creation tool—brevity here borders on minimalism rather than impactful conciseness, but there's no fluff.

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?

For a mutation/creation tool with no annotations, no output schema, and a 'list/segment' concept that suggests possible data model nuances (list vs segment distinction could have different semantics), the description is thin. It doesn't address what distinguishes a list from a segment, whether special characters or constraints on titles exist, or the behavior of the optional sequence field. Given this tool creates an entity, more context would meaningfully aid correct usage.

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 all three parameters are documented in the schema. The description doesn't add additional meaning beyond what the schema provides—it doesn't explain what the icon identifier references, how sequence ordering behaves, or any constraints. Baseline 3 is appropriate since schema handles the parameter documentation.

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 states 'Create a new list/segment' with a clear verb (Create) and resource (list/segment), and identifies the owner platform (RogerRoger). It's clear and distinct from sibling tools like get_lists/update_list/delete_list, though it doesn't explicitly differentiate itself from create_tag/create_organization, the resource type is sufficiently clear.

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?

No guidance on when to use this tool vs alternatives such as create_tag or create_organization. There's no statement about prerequisites (e.g., whether an icon is validated) or exclusions. The description provides no context for when a list should be created versus updating an existing one via update_list.

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/RogerRogerHQ/rogerroger-mcp-server'

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