Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

import_certificate

Import an existing base64-encoded certificate (PFX/P12/PEM) into CData Arc for use by connectors. Use this when you have a certificate file to upload; for generating new certificates, use create_cert.

Instructions

Import an existing certificate into Arc. Use this ONLY when you already have a certificate file and need to upload it. The user must provide the base64-encoded certificate data. To generate a NEW certificate from scratch, use 'create_cert' instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesREQUIRED: The base-64 encoded contents of the certificate file (PFX/P12/PEM format)
nameYesREQUIRED: The name of the certificate file (e.g., 'partner_cert.pfx')
issuerNoThe issuer of the certificate
keysizeNoThe key size of the certificate
subjectNoThe certificate subject (e.g., 'CN=My Company, O=My Org, C=US')
issuedByNoThe common name of certificate issuer
issuedToNoThe common name of certificate subject
storeTypeNoThe store type (e.g., 'PKCS12', 'PEM')
thumbprintNoThe SHA1 thumbprint of the certificate
connectorIdsNoComma-separated list of connector IDs that should use this certificate
serialnumberNoThe serial number of the certificate
effectiveDateNoThe effective date of the certificate
expirationDateNoThe expiration date of the certificate
expirationDaysNoThe days until the expiration date of the certificate
signatureAlgorithmNoThe algorithm used to sign the certificate
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It notes the operation is an import (mutation) and requires existing base64 data, but does not disclose whether it overwrites certificates, what permissions are needed, or what the response looks like. Minimal beyond usage context.

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?

Three sentences, all carrying distinct value: purpose, usage condition, and alternative. Front-loaded and free of fluff.

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 an import tool with 15 parameters and no output schema, the description covers the core decision (existing vs. new certificate) and the base64 requirement. It does not mention return values or side effects, but the schema handles parameter details. Slightly above baseline due to the clear alternative guidance.

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 baseline is 3. The description mentions the base64-encoded data requirement, which aligns with the 'data' parameter, but adds no additional meaning beyond what the schema already provides.

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?

Description clearly states 'Import an existing certificate into Arc' with a specific verb and resource. It distinguishes from sibling create_cert by explicitly noting the difference between importing an existing certificate and generating a new one.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use: 'Use this ONLY when you already have a certificate file and need to upload it.' Also names the alternative for new certificates: 'To generate a NEW certificate from scratch, use create_cert instead.' This is clear guidance.

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/ctslone/AdminAPI_MCP'

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