Skip to main content
Glama
teamviewer

DEX_MCP

Official
by teamviewer

certificates_verify_idp

Check a certificate thumbprint to confirm whether it is valid for identity provider communication, resolving IdP integration issues.

Instructions

Verify whether a certificate (by thumbprint) can be used for IdP communication. Requires 'Write' on 'Infrastructure'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thumbprintYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It usefully states the required 'Write' permission on 'Infrastructure', but does not disclose whether the operation has side effects, what the return value looks like, or whether it performs any external validation beyond a simple check.

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 two concise sentences with no filler. It front-loads the core purpose and then adds the key permission constraint. Every sentence earns its 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?

For a single-parameter verification tool, the description covers the purpose and the critical permission requirement. It does not describe the return value, but 'verify whether' strongly implies a boolean outcome, and no output schema exists to require further detail.

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%, and the description identifies the parameter as a certificate thumbprint, which adds minimal context beyond the property name itself. It does not specify thumbprint format, length, or how to obtain it, leaving some ambiguity for the agent.

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 action ('Verify whether a certificate... can be used for IdP communication') on a specific resource (certificate by thumbprint). This clearly distinguishes it from sibling tools like certificates_list_idp, certificates_download_idp, and certificates_set_active_idp.

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 implies when to use the tool (when checking certificate validity for IdP communication) and provides a permission prerequisite, but it does not explicitly contrast with alternatives or state when not to use it. Usage context is present but left to inference.

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