Skip to main content
Glama
vitrionbv

@vitrion/zentria-mcp

Official
by vitrionbv

get-deal

Read-only

Retrieve a specific sales deal by its ID from Zentria CRM. Use this to access deal details for read-only operations.

Instructions

Fetch a sales deal (GET /api/public/sales/deals/{id}). Scope: sales:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDeal id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already signals a safe read operation. The description adds the exact endpoint and the OAuth scope 'sales:read', which is useful, but it does not disclose error behavior, response shape, or any other behavioral traits. No contradiction with annotations.

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 a single sentence that is entirely functional, front-loaded with the verb and resource, and contains no redundant words or filler.

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 single-parameter read-only fetch with a readOnlyHint annotation, the description and schema together give enough information for an agent to select and invoke the tool. Missing return-value details are not critical for invocation, though a bit more context about error responses would make it 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?

Schema description coverage is 100% with the id field described as 'Deal id.' The description adds no additional meaning for the id parameter beyond what the schema already provides, so the baseline of 3 is appropriate.

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 'Fetch' with the resource 'a sales deal' and includes the full HTTP endpoint. This distinguishes it clearly from list-deals and other get-* sibling tools so an agent can immediately understand the 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 makes it clear this tool fetches a single deal, and the required id parameter strongly implies it is for when a known deal id is available. However, it does not explicitly mention when not to use it or name alternatives like list-deals, leaving some room for inference.

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

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/vitrionbv/zentria-mcp'

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