Skip to main content
Glama
teamviewer

DEX_MCP

Official
by teamviewer

certificates_download_idp

Obtain a PEM-formatted IdP certificate by thumbprint to authenticate and configure identity provider connections.

Instructions

Download a PEM-formatted IdP certificate by its thumbprint. Requires 'Read' on 'Infrastructure'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thumbprintYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses the required permission level, implies a read-only operation, and specifies the output format (PEM). It does not mention error behavior, but for a straightforward download operation the key traits are covered.

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?

One concise, front-loaded sentence conveys the action, resource, selection method, and permission requirement with no wasted words.

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 simple one-parameter tool with no output schema, the description provides the essential information: what is downloaded, how it is identified, and the permission needed. It is nearly complete, though it could briefly mention the expected return value or explicitly state that no modification occurs.

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 meaning by indicating that thumbprint is the certificate identifier used for selection, but it does not specify the thumbprint format or any additional constraints. This is adequate but not rich.

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 uses a specific verb ('Download') with a concrete resource ('PEM-formatted IdP certificate') and a clear selector ('by its thumbprint'). It clearly differentiates from sibling certificate tools like certificates_list_idp, certificates_set_active_idp, and certificates_verify_idp.

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 makes the use case clear: download a specific IdP certificate when you have its thumbprint. It also states an important precondition ('Requires Read on Infrastructure'). It does not explicitly name alternatives or exclusions, but the context is sufficient for a simple one-parameter 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