Skip to main content
Glama
leomatix

raynet-mcp

by leomatix

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.2.0

  • Disambiguation3/5

    Most tools have distinct purposes, but there is noticeable overlap: raynet_full_scan largely supersedes raynet_get_structure and raynet_get_enumerations, and raynet_create_full_pipeline overlaps with raynet_create_lead_full plus raynet_convert_lead_to_bc. Descriptions help, but an agent could easily select the wrong high-level tool.

    Naming Consistency4/5

    All tools share the raynet_ prefix and mostly follow a verb_noun pattern like get_record, create_lead_full, and delete_record. However, raynet_full_scan and raynet_search break the pattern, with full_scan reading as an adjective_noun and search having no object.

    Tool Count5/5

    11 tools is within the ideal range for a CRM integration server. The count covers connection testing, schema discovery, search/retrieval, creation, conversion, and deletion without feeling bloated.

    Completeness3/5

    The server covers discovery, search, get, delete, lead creation, and lead-to-businesscase conversion, but there is no update operation at all. For a CRM integration, the inability to update existing records is a notable gap that will cause dead ends.

  • Average 3.7/5 across 11 of 11 tools scored. Lowest: 3.1/5.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 6 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    With no annotations, the description must disclose the full behavioral profile. It does reveal a non-obvious behavior—that name-based fields are auto-resolved to IDs—and makes the mutation side effect explicit. But it omits critical side effects and failure modes: how the flat input is split across Company/Person/Lead, whether a failed BusinessCase conversion leaves the Lead created, whether duplicates are possible, and what the response contains.

    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?

    Two sentences front-load the composite action and keep the statement compact. The 'ALL IN ONE' and 'One call = entire sales pipeline' phrases are slightly redundant, but the description wastes little space and highlights the tool's key differentiator.

    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 10-parameter mutation with no output schema and no annotations, the description leaves important gaps: no return value (does it give IDs of all created entities?), no prerequisite or dependency rules, and no explanation of how the provided fields map onto the three created objects. An agent could guess the intent but cannot confidently predict the outcome.

    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 input schema already documents all 10 parameters at 100% coverage, so the baseline applies. The description adds one useful cross-cutting behavior—source/category/bc_type/bc_phase accept names and are auto-converted to IDs—but it doesn't add semantics for the remaining parameters or clarify dependencies between auto_convert_to_bc and bc_type/bc_phase.

    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 concrete composite action: creates Company + Person + Lead and optionally converts the Lead into a BusinessCase. 'One call = the entire sales pipeline' reinforces the scope. It doesn't explicitly contrast with raynet_create_lead_full, so it misses full sibling differentiation, but the resource list makes the difference clear.

    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?

    It communicates a clear intended context: use this when you want the whole Company→Person→Lead→BusinessCase workflow in one call, and the optional conversion hints when a BC is wanted. However, it never names the granular alternatives (raynet_create_lead_full, raynet_convert_lead_to_bc) or states when one would choose those instead.

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

  • 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.

  • Behavior3/5

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

    With no annotations, the description carries the full burden, and it does state that the operation is a fetch of structural metadata, which implies read-only behavior. However, it does not disclose response shape, error conditions, or any entity-specific behavior, leaving an agent to discover those details at call time.

    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, front-loaded sentence that conveys the core purpose without filler. It is appropriately compact for such a simple tool.

    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 one-parameter introspection tool, the description adequately states the resource and the kind of data returned. However, with no output schema, more detail about the exact structure of the result would improve completeness, and the absence of any usage caveats or relationship to sibling tools leaves some context missing.

    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 fully documents the only parameter ('entity') with an enum of four valid values, so schema coverage is 100%. The description adds context about what kind of structure is returned but does not add new meaning to the parameter itself; baseline 3 is appropriate.

    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 names a specific verb ('Fetches'), a clear resource ('structure of a specific Raynet entity'), and specifies the kind of content ('fields, customFields, picklists'). It is distinguishable from get_record and full_scan, though it does not explicitly disambiguate from the similarly named raynet_get_enumerations.

    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 is given about when to use this tool versus alternatives like raynet_get_enumerations or raynet_get_record. The usage context must be inferred from the tool name and entity parameter rather than stated.

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

  • Behavior3/5

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

    With no annotations, the description carries the full burden of behavioral disclosure. It does disclose the primary action ('tests the connection') and a return value ('basic info'), but it does not specify what that info includes, whether the operation is read-only, or any error/timeout behavior. For a connection test, this is adequate but leaves meaningful gaps.

    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 entire description is one compact sentence with a clear subject, verb, and object. It is front-loaded and contains no filler or redundant restatement of the tool name.

    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 zero-parameter diagnostic tool the description is mostly adequate, but 'basic info about the instance' is vague. Since there is no output schema, the agent cannot tell what fields or status details will come back, which reduces completeness for agents that need to interpret the response.

    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 tool has zero parameters and 100% schema description coverage, so there is no parameter meaning for the description to clarify. Per the rubric, zero-parameter tools receive a baseline of 4; the description adds nothing needed.

    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 states a specific verb ('Tests the connection') and resource ('Raynet CRM'), and adds what it returns ('basic info about the instance'). This clearly distinguishes it from siblings that scan, search, delete, or create records.

    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 is provided about when to run this tool versus alternatives, no preconditions are mentioned, and no exclusions are stated. The description implies a diagnostic purpose but never tells the agent whether to use it before other Raynet tools or how it fits into a workflow.

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

  • Behavior3/5

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

    With no annotations, the description carries the full burden. It usefully discloses that source/category names are auto-converted to IDs and that multiple record types are created. It does not mention side effects like duplicate detection, partial failure behavior, required permissions, or what response the caller can expect.

    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?

    Two sentences, front-loaded with the core behavior and followed by the explicit usage trigger. No filler.

    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?

    The schema documents all seven parameters, and the description covers high-level behavior. However, there is no output schema and no mention of what the call returns or how it behaves on duplicates/failures, and the near-identical sibling create_full_pipeline is left unresolved.

    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?

    Schema coverage is 100%, so the baseline is 3. The description adds value by explicitly promising that IDs are handled automatically, which reassures the agent that plain names are sufficient for source and category.

    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?

    Description uses a specific action ('Creates a full pipeline') and enumerates components (Company + Person + Lead), so an agent understands what is created. However, it does not differentiate from sibling raynet_create_full_pipeline, which appears to cover the same operation.

    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?

    The description gives a clear call-to-action: 'Use this when you want to add a new client to Raynet in a single call.' It does not mention exclusions or alternatives, so it stops short of the top score.

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

  • Behavior3/5

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

    With no annotations provided, the description carries the burden of behavioral disclosure. It does disclose the destructive nature and the linked-data error behavior, but it omits mention of irreversibility, the confirmation parameter workflow, or permission requirements. Schema covers confirmation, but the description could go further.

    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?

    Two tight sentences convey the core action, supported entity types, and the most important error behavior with no filler. The primary action is front-loaded and every sentence earns its place.

    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?

    For a simple delete operation with a fully described schema, the description plus schema give the agent enough to invoke the tool and understand a key failure mode. The main gap is a clearer statement of permanence or success-response expectations, especially given no output schema.

    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%, so the schema already documents all three parameters, including the multi-step confirmation workflow. The description adds no extra parameter-level meaning beyond the schema, matching the baseline for high schema coverage.

    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 a specific verb and resource: 'Deletes a record from Raynet CRM' and enumerates the exact entity types it supports. This distinguishes it from the sibling read/search tools without ambiguity.

    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 when deletion is applicable by naming the entity types, and notes that linked data will produce an error. However, it does not explicitly state when to use this tool over alternatives, discuss prerequisites, or warn against deletion before verification.

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

  • Behavior4/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by revealing the lack of sorting, the fixed ascending-by-id ordering, and pointing to newest_first as the alternative. This gives the agent meaningful operational expectations beyond what the schema alone conveys.

    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 three sentences with no filler. It front-loads the core purpose, then adds the important sorting caveat, then gives a direct actionable alternative. Every sentence earns its place.

    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 absence of an output schema, the description still provides enough context for a correct call: the operation, paging, filtering, full-text search, and ordering behavior. It does not describe the return shape or count semantics, but for a search tool the core invocation guidance is largely complete.

    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 description largely paraphrases what the schema already documents for filters, offset, and fulltext, and does not add meaning for limit or entity beyond the schema's enum/default. Since schema description coverage is moderate (67%), the summary adds some top-level orientation but does not substantially compensate for gaps.

    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 the verb and resource ('Searches for records in Raynet CRM') and enumerates key capabilities (field filters, paging, full-text search). It does not explicitly differentiate itself from siblings like raynet_get_record or raynet_full_scan, so it falls short of a 5.

    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 when to use the tool by listing its search capabilities and gives parameter-level guidance ('Use newest_first...'), but it never explicitly states when to choose this over a sibling or when not to use it. Usage context is present but alternatives are not addressed.

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

  • Behavior3/5

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

    With no annotations, the description carries the burden of behavioral disclosure. It communicates that the tool scans endpoints and returns a mapping, which implies a read-only discovery operation, but it does not explicitly state that it makes no changes, nor does it mention permissions, response size, or potential runtime cost.

    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 only two sentences: the first states the action and result, and the second gives the practical use case. There is no filler or repetition, and the key information is front-loaded.

    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?

    For a zero-parameter discovery tool, the description covers what it scans and what it returns. It is concise and sufficient, though it does not describe the exact shape of the returned mapping or any operational caveats, which would be useful given there is no output schema.

    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?

    There are zero parameters and the schema is empty, so there is no parameter burden on the description. The baseline for a no-parameter tool is 4, and the description correctly focuses on purpose and output rather than arguments.

    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 uses a specific verb ('scans') and names the resources ('lead, businessCase, company, person, enumerations'), with a clear output ('mapping of structure, fields, and picklists'). It does not explicitly distinguish itself from siblings like raynet_get_structure or raynet_get_enumerations, so it stops short of a 5.

    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?

    It gives a clear use case: 'discover the available ID values for statuses, categories, sources, etc.' However, it does not mention when not to use it or name alternatives such as raynet_get_enumerations or raynet_get_structure.

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

  • Behavior4/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 of behavioral disclosure. 'Fetches' clearly signals a read-only operation, and 'with IDs and names' specifies the response content. It does not add caveats about ordering or empty results, but for a parameterless fetch tool this is sufficient transparency.

    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?

    One short, front-loaded sentence states the action, the object, and the returned fields. There is no redundancy, filler, or repetition of the tool name.

    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 parameterless lookup tool, the description is complete: it names the resource, the domain context, and the return contents. No output schema exists, so the explicit mention of 'IDs and names' fulfills the agent's need to understand what the call returns.

    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 tool takes zero parameters, and the schema is empty with no required fields. The baseline for zero-parameter tools is 4, and the description correctly avoids inventing parameter-related details that would not apply.

    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 uses the specific verb 'Fetches' with a clear resource: 'list of BusinessCase phases'. Adding '(sales pipeline stages)' immediately orients the agent and distinguishes it from generic structure/enumeration tools. An agent can confidently infer what this tool retrieves.

    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?

    The description gives no explicit guidance on when to use this tool versus siblings like raynet_get_enumerations, raynet_get_structure, or raynet_full_scan. There is no statement of prerequisites, exclusions, or alternatives. The intended context is only implied by the phrase 'sales pipeline stages'.

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

  • Behavior3/5

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

    With no annotations, the description carries the behavioral disclosure burden. It does add useful behavioral context by stating that bc_type and bc_phase names are converted to IDs automatically. However, it does not disclose side effects such as whether the original lead is deleted, deactivated, or left unchanged after conversion.

    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 focused sentences with no filler. The core action is front-loaded, the non-obvious conversion behavior comes next, and the workflow cue is placed at the end. Every sentence contributes useful information.

    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?

    The description covers the key contextual points: what the tool does, the name-to-ID conversion behavior, and where it fits in the intended workflow. The schema fills in parameter details and enum discovery. It does not describe return values or edge cases, but the tool remains safely callable with the information provided.

    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 already documents all 5 parameters at 100% coverage, so the baseline is 3. The description adds real meaning by explaining that bc_type and bc_phase are human-readable names that get converted to IDs internally, which is not obvious from the plain string types alone.

    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 states a specific action ('Converts') and a specific resource transformation ('existing Lead into a BusinessCase'). It also distinguishes this from related creation tools by clarifying that bc_type and bc_phase names are automatically resolved to IDs.

    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?

    The description explicitly provides workflow context: use this after raynet_create_lead_full and only once the client is interested in the offer. This clearly signals when to use the tool, though it does not explicitly contrast it with alternatives like raynet_create_full_pipeline or state when not to use it.

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

  • Behavior5/5

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

    With no annotations, the description carries the full burden, and it delivers: it discloses exact return shapes for both found and non-existent records, states that a missing ID is not an error, and explains the ID-gap rationale. This makes the tool's runtime behavior predictable without an output schema.

    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 sentences with no filler; the main action is front-loaded in the first sentence, and the edge-case behavior follows logically. Every sentence contributes operational information.

    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 two-parameter fetch tool with no annotations and no output schema, this description is complete: it covers both success and non-success branches, existence-checking semantics, and the reason for ID gaps. An agent has enough to call it correctly.

    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 0%, but the description adds meaning to record_id by tying it to a specific by-ID lookup and noting that ID numbering has gaps. It does not detail the entity enum values or otherwise compensate fully for the missing property descriptions, though the enum values are fairly self-explanatory.

    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?

    States an explicit verb ('Fetches') and a precise resource ('details of a specific record by ID'), which immediately distinguishes it from sibling tools like raynet_search or raynet_full_scan that operate on broader queries or scans. The by-ID scope is unambiguous.

    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?

    Clear usage context: use when you have an entity type and a record ID and want that record's details. It also explicitly endorses using the tool for existence checking via the found:false contract. It does not name alternatives or exclusion conditions, so it stops short of a full 5.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

raynet-mcp MCP server

Copy to your README.md:

Score Badge

raynet-mcp MCP server

Copy to your README.md:

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