Skip to main content
Glama
ClockNext

ClockNext MCP Server

Official
by ClockNext

ClockNext: list plans

clocknext_list_plans
Read-only

List the organisation's billing plans to find a plan ID or see available options. Filter with active=true to show only sellable plans.

Instructions

List the organisation's billing plans (id, name, billing cycle, price, active). Use it to find a plan id or to see what's on offer. Pass active=true for only sellable plans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeNoOnly return active plans when true; omit to return all.
Behavior4/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description adds meaningful context: 'only sellable plans' implies business logic for the active filter, and listing the output fields (id, name, billing cycle, price, active) is valuable given there is no output schema. It aligns with annotations and adds behavioral nuance.

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?

Three concise sentences with no filler. The first sentence front-loads the purpose, the second gives use cases, and the third adds a filter hint. Every sentence earns its place.

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?

For a simple list tool with one optional parameter, the description fully covers the purpose, output fields, and an important filter behavior. Combined with the annotations and schema, it is complete and unambiguous.

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?

The schema already provides 100% coverage for the 'active' parameter, so this is the baseline. The description adds the business term 'sellable' but otherwise doesn't introduce syntax or semantics beyond what the schema describes.

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 action ('List') and resource ('organisation's billing plans'), enumerates the returned fields, and specifies a concrete use case ('find a plan id or see what's on offer'). This distinguishes it from sibling tools like get_plan, which retrieves a single plan.

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?

Provides explicit use cases: 'find a plan id or see what's on offer' and gives a conditional modifier ('Pass active=true for only sellable plans'). However, it does not reference alternatives such as get_plan for single-plan lookups or state explicit exclusions, so it falls short of a 5.

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/ClockNext/clocknext-mcp'

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