Skip to main content
Glama
tzenderman

Cin7 Core Meta MCP Server

by tzenderman

report_issue

Submit a structured bug report with summary, tool context, and observed vs expected behavior to help developers reproduce and fix issues.

Instructions

File a structured bug report for later developer review.

Args: summary: One-line headline of what went wrong. tool_name: Which MCP tool was being used when the issue occurred. One of list_api_endpoints, get_api_endpoint_schema, invoke_api_endpoint. tool_arguments: The exact kwargs you passed to the tool. Include enough information for someone else to reproduce the call. observed_behavior: What actually happened. Be specific. expected_behavior: What you expected to happen instead. severity: low, medium, or high. Default medium. error_message: Exception class + message, if one was raised. response_excerpt: Truncated snippet of the response body. Capped at 2000 chars. client_context: Optional notes — model name, conversation topic, any context that would help the developer reproduce.

Returns: {"report_id", "stored_in_file", "stored_in_log", "thanks"} on success, or {"error": "..."} if a required field is invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
tool_nameYes
tool_argumentsYes
observed_behaviorYes
expected_behaviorYes
severityNomedium
error_messageNo
response_excerptNo
client_contextNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Without annotations, the description carries full burden. It explains parameters and return values but does not disclose behavioral traits like idempotency, safety, side effects (e.g., whether it mutates state or requires permissions). The return includes 'stored_in_file' and 'stored_in_log,' suggesting storage, but this is not explicitly stated.

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 well-structured with Args and Returns sections. It is front-loaded with the purpose. However, some details (like default values) are repeated from the schema, and the description could be slightly shortened without losing clarity.

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?

Given the complexity (9 parameters, output schema), the description covers all aspects: purpose, parameters, return values, and error case. It provides sufficient context for an agent to correctly invoke the tool.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It provides detailed explanations for all 9 parameters, including enum values, defaults, and constraints (e.g., 'Capped at 2000 chars'), adding significant meaning beyond the schema.

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 starts with 'File a structured bug report for later developer review,' which clearly states the verb and resource. The tool is distinct from its siblings (get_api_endpoint_schema, invoke_api_endpoint, list_api_endpoints), as it is for reporting issues, not exploring APIs.

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 implies usage for bug reporting but does not explicitly state when to use this tool versus alternatives. The context and siblings make it clear, but there is no explicit guidance on exclusions or conditions.

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/tzenderman/mcp-cin7-meta'

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