Skip to main content
Glama
CDataSoftware

CData Sync MCP Server

Official

read_certificates

List and filter SSL/TLS certificates for secure connections in CData Sync, including expiration dates and thumbprints.

Instructions

List SSL/TLS certificates used for secure connections.

RETURNS: Array of certificate objects with name, subject, expiration, and thumbprint.

COMMON ERRORS:

  • "No certificates found" - None uploaded yet

  • "Access denied" - Certificate access may be restricted

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoList all certificates (only action available)list
filterNoOData filter expression. SUPPORTED: eq, ne, gt, lt, ge, le, and, or Example: "ExpirationDays lt 30" to find expiring certificates
selectNoProperties to include (e.g., 'Name,Subject,ExpirationDate,Thumbprint')
topNoMaximum results
skipNoResults to skip
workspaceIdNoWorkspace ID to use for this operation. Overrides the default workspace. Use 'default' for the default workspace or a UUID for specific workspaces.
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing return format ('Array of certificate objects with name, subject, expiration, and thumbprint') and common errors ('No certificates found', 'Access denied'). It doesn't mention pagination behavior, rate limits, or authentication requirements, but provides substantial behavioral context beyond basic purpose.

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 efficiently structured with clear sections (purpose, returns, common errors) using minimal sentences. Each section earns its place by providing distinct, valuable information without redundancy or unnecessary elaboration.

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 read-only listing tool with 100% schema coverage but no output schema, the description provides good context: clear purpose, return format, and error conditions. It could improve by mentioning pagination behavior (implied by top/skip parameters) or workspace context, but covers the essentials well given the tool's moderate complexity.

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 6 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema. Baseline 3 is appropriate when schema does the heavy lifting, though the description could have explained parameter relationships or usage patterns.

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 the tool's purpose with specific verb ('List') and resource ('SSL/TLS certificates used for secure connections'). It distinguishes itself from sibling tools like 'write_certificates' by focusing on read-only listing rather than creation/modification.

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 provides no guidance on when to use this tool versus alternatives. While it distinguishes from 'write_certificates' by implication, there's no explicit comparison to other read_* tools (e.g., read_connections, read_jobs) or explanation of when certificate listing is appropriate versus other operations.

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/CDataSoftware/cdata-sync-mcp-server'

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