Skip to main content
Glama
fastmcp-me

Telnyx MCP Server

by fastmcp-me

create_integration_secret

Create integration secrets for authenticating API requests. Specify identifier, secret type (bearer or basic), and provide token or credentials to generate a new Integration Secret Object.

Instructions

Create an integration secret.

Args: identifier: Required. The unique identifier of the secret. type: Required. The type of secret (bearer, basic). token: Optional. The token for the secret (required for bearer type). username: Optional. The username for the secret (required for basic type). password: Optional. The password for the secret (required for basic type).

Returns: Dict[str, Any]: Response data containing the created Integration Secret Object (record_type: "integration_secret")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It states the arguments and return type but does not disclose any side effects, authorization requirements, error behavior, or whether the operation is idempotent. For a create operation, this lack of context limit transparency.

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 well-structured with Args and Returns sections, listing parameters clearly and concisely. Every sentence serves a purpose without redundancy, making it efficient and easily scannable.

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?

The description covers purpose, parameters, and return type, and compensates for the poor schema. However, it omits usage guidelines and deeper behavioral context (e.g., prerequisites, error conditions), leaving some gaps for an agent selecting or invoking the tool.

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 input schema is a generic 'request' object with additionalProperties true, yielding 0% schema coverage. The description compensates fully by listing all parameters (identifier, type, token, username, password) with their types and required/optional status, adding meaningful semantics that the schema lacks.

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 'Create an integration secret' uses a specific verb and resource, clearly distinguishing it from sibling tools like list_integration_secrets and delete_integration_secret. It is concise and unambiguous about what the tool does.

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 usage through the verb 'create' but does not explicitly state when to use it versus alternatives or provide any excluding context. It lacks a clear 'when-to-use'/'when-not-to-use' statement, though the purpose is evident.

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/fastmcp-me/telnyx-mcp-server'

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