Skip to main content
Glama
leomatix

raynet-mcp

by leomatix

raynet_get_enumerations

Retrieve all picklist enumerations from Raynet CRM to access available dropdown options and ensure valid data entry.

Instructions

Fetches all enumerations (picklists) from the Raynet system

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It indicates a read-style operation ('Fetches') but does not disclose potential payload size, response shape, authentication requirements, or whether this returns everything at once. The behavioral disclosure is minimal.

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 a single concise sentence that directly states the operation and resource. It is appropriately sized for a parameterless tool, with no wasted words, though it does not add extra structural context.

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?

For a simple zero-parameter fetch tool, the description names the resource and action clearly. However, with no output schema and no guidance on how the result is structured or how this differs from sibling scanning/structure tools, the description is adequate but not fully complete for an agent deciding among alternatives.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so no parameter semantics are needed; the description need not explain anything about arguments. This matches the 0-params baseline of 4.

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 a specific verb and resource: fetches all enumerations (picklists) from the Raynet system. It is clear and unambiguous about the operation, though it does not explicitly differentiate itself from sibling tools like raynet_get_structure or raynet_full_scan.

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?

There is no guidance on when to use this tool versus the sibling alternatives. No exclusions or alternative routing are mentioned, so the agent must infer its place among raynet_full_scan, raynet_get_structure, and raynet_get_bc_phases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/leomatix/raynet-mcp'

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