Skip to main content
Glama
latent-defense

Latent Defense MCP Server

Official

configure_ticket_provider

Configures ticketing providers like Jira, GitHub, or ServiceNow by linking to stored secrets, enabling ticket management without raw credential exposure.

Instructions

Register or update a ticketing provider configuration.

One tool configures any supported provider (jira, linear, github, servicenow, pagerduty, airtable, asana, custom) — the REST surface is provider-agnostic. Secrets must be written out-of-band via the credential broker; pass secret_keys to point at which Secret key holds each credential. Do NOT pass raw secret values.

Args: provider: Provider name (jira, linear, github, servicenow, pagerduty, airtable, asana, custom). config: JSON object with provider-specific non-secret config (base_url, project, etc.). secret_keys: Optional JSON object mapping credential roles to Secret keys. set_active: Make this the active provider after configuring (default true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYes
configNo{}
secret_keysNo
set_activeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description discloses key behaviors: provider-agnostic, secret handling via credential broker, and set_active default. However, it does not detail side effects (e.g., upsert behavior, deactivation of other providers) or auth requirements beyond secrets.

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?

Well-structured with a concise summary followed by details and args list. Every sentence adds value, though it is slightly verbose. The purpose is front-loaded.

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?

Given the complexity (multiple providers, secrets handling) and the presence of an output schema, the description covers essential aspects for agent invocation. It could mention persistence or impact on tickets for completeness, but it is generally adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning to all 4 parameters beyond the schema (which has 0% coverage). It explains provider options, config as non-secret JSON, secret_keys mapping to credential keys, and set_active's effect, fully compensating for the lack of schema descriptions.

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 verb (register or update) and resource (ticketing provider configuration), and lists supported providers, distinguishing it from sibling tools like get_ticket_provider or remove_ticket_provider.

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?

Provides clear context for when to use the tool (register or update), along with critical guidelines about handling secrets out-of-band and the set_active default. It does not explicitly mention alternatives but the sibling tools cover other actions.

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/latent-defense/mcp-server-public'

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