Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_company_backup_software

Retrieve backup software details for a company by providing route IDs, with optional filters, pagination, and headers to target specific records.

Instructions

Retrieve backup software Calls GET /r/company/backup_software. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
queryNo
headersNo
path_paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/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, and it only signals read-only intent through 'Retrieve' and 'GET'. It does not disclose pagination behavior, authentication requirements, error/empty responses, or the fact that path_params may not actually be needed for this collection route.

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 definition is two sentences with no filler; the endpoint and argument placement are front-loaded. It could be tightened by removing the generic parameter guidance, but nothing here is redundant or bloated.

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 output schema covers return values, and the description covers the basic mechanics of a GET call, so an agent can attempt a call. It is incomplete on selection criteria, authentication requirements, and specific query parameters, which matters because no annotations are provided.

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%, so the description must compensate. It adds coarse routing guidance—IDs in path_params, filters/pagination in query, headers in headers—but it never names a concrete filter, pagination key, or required header, leaving the agent to guess at valid values.

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 clear verb ('Retrieve') and resource ('backup software') and is anchored by the concrete endpoint GET /r/company/backup_software, so an agent knows what the tool targets. However, it does not explicitly contrast the closely related sibling get_r_company_backup_software_id, leaving the collection-vs-single distinction implicit.

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 offers no guidance on when to choose this tool over alternatives such as get_r_company_backup_software_id or report-query variants. The second sentence only explains how to populate generic parameter containers, not which conditions select this tool.

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

Deploy Server

Other Tools