Skip to main content
Glama

PassFast

uploadCertificate

Upload a single certificate

Uploads a single PEM-encoded certificate or key.

Scope: certs:manage

Maps to OpenAPI operationId uploadCertificate — POST /manage-certs.

Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_app_idNoOverride X-App-Id for this call. Defaults to the MCP connection header.
cert_dataYesBase64-encoded certificate or key data.
cert_typeYesType of certificate being uploaded.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=false, idempotentHint=false, and destructiveHint=false, so the write behavior is known. The description adds value beyond those: it discloses the required auth scope (certs:manage), the exact HTTP endpoint, billing/rate-limit context, and the guardrail 'Do not invent other paths.' No contradiction with annotations.

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 compact — five short lines with the core purpose front-loaded. There is mild redundancy between the first sentence ('Upload a single certificate') and the second ('Uploads a single PEM-encoded certificate or key'), but the remaining lines (scope, endpoint, rate limits, path guardrail) each earn their place.

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?

This is a low-complexity tool: 3 flat parameters, 100% schema coverage, no nested objects, no output schema. The description covers scope, endpoint, and rate-limit behavior, which is sufficient for invocation. Minor gaps: no statement about what a successful upload returns and no explicit differentiation from uploadP12Certificate, but neither blocks correct use.

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% — all three parameters (x_app_id, cert_data, cert_type) are documented with formats and enum constraints in the schema itself. The description adds no parameter-level detail beyond the schema (e.g., no hint about which cert_type combinations are valid together), so the baseline 3 applies.

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 states a specific verb and resource ('Uploads a single PEM-encoded certificate or key') with the format and cert types (signer_cert, signer_key, wwdr) implicit in the schema. The 'PEM-encoded' qualifier distinguishes it from the close sibling uploadP12Certificate, so an agent can tell which cert-upload tool it is.

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 invocation context — the certs:manage scope, the POST /manage-certs mapping, and rate-limit/billing notes — but never says when to prefer this tool over the sibling uploadP12Certificate or when not to use it. Usage is implied via 'PEM-encoded' 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.