Skip to main content
Glama

turbosign_configure

Save TurboDocx credentials locally after verifying them against the live API. Invalid keys are rejected immediately. Credentials are stored securely in ~/.turbosign-mcp/credentials.json.

Instructions

Save this machine's TurboDocx credentials after checking they work.

The credentials are verified against the live API before anything is written, so a mistyped key fails here rather than on your first real send. They are stored owner-only in ~/.turbosign-mcp/credentials.json.

Get the values from turbosign_setup(). sender_email is the reply-to address recipients see. sender_name is optional and defaults to the name on the API key. base_url is only for a non-production endpoint.

The key is never echoed back — only a masked fingerprint.

PRIVACY: whatever you pass here travels through this conversation and is written to its transcript on disk. For a scoped key on a test account that is usually fine. For a long-lived key, or a session token that can do everything the user can, tell the human to run this in their own terminal instead — same verification, same store, and the key never enters the conversation:

turbosign-mcp configure

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYes
api_keyYes
base_urlNo
sender_nameNo
sender_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses that credentials are verified against the live API before writing, stored owner-only in a specific path, never echoed back, and that passed values travel through the conversation transcript. No annotation contradiction exists.

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 front-loaded with purpose and every sentence earns its place: verification behavior, storage location, parameter semantics, security behavior, and privacy guidance. Despite being long, there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a credential-configuration tool: it covers verification, storage, privacy, parameter semantics, and when not to use it. An output schema exists, so return-value details are not required. Nothing important is missing.

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

Parameters4/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 explains sender_email as the reply-to address, sender_name's default behavior, and base_url's non-production purpose. However, api_key and especially org_id are only implicitly referenced and not clearly defined, leaving a small but notable gap.

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 opens with a specific verb and resource: 'Save this machine's TurboDocx credentials after checking they work.' It clearly distinguishes this configuration tool from siblings like turbosign_send or turbosign_setup by focusing on credential storage and verification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to get values from turbosign_setup(), provides context for when this tool is appropriate (scoped key on a test account), and tells the agent to direct the human to a terminal command instead for long-lived keys or session tokens. This provides both usage context and an explicit alternative.

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/disciplin-run-org/turbosign-mcp'

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