Skip to main content
Glama
vitrionbv

@vitrion/zentria-mcp

Official
by vitrionbv

get-crm-submission

Read-only

Fetch a specific CRM lead submission by its ID to access customer and sales data for review or processing.

Instructions

Fetch a CRM lead submission (GET /api/public/crm/submissions/{id}). Scope: crm:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSubmission id.

Schema Changelog

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

  1. First observedv1.0.1

TDQS

A3.8/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds the crm:read scope. It does not disclose behavior such as 404 handling or response shape, but for a simple GET this is a minor gap given the annotation coverage.

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 front-loaded sentence with the verb and resource first, followed by the endpoint and scope. There is no wasted text or redundant restatement of the schema.

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 one-parameter GET with readOnly hint, the endpoint, id schema, and scope provide enough context to invoke the tool correctly. A note about missing submissions could add value, but it is not essential for a simple fetch.

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%, and the id parameter is already described as 'Submission id.' The description does not add extra meaning beyond the endpoint path parameter, so it stays at the baseline.

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 explicitly states 'Fetch a CRM lead submission' with the exact HTTP endpoint, making the operation a single-resource GET. The resource term 'submission' distinguishes it from sibling get-crm-lead, and the scope is also specified.

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 provides clear retrieval context for a specific submission by id, but it does not explicitly say when to use this tool instead of list-crm-submissions or get-crm-lead. Usage is implied rather than explicitly contrasted with alternatives.

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