Skip to main content
Glama
xuanji86

FastBound MCP

by xuanji86

Manage contact licenses

manage_contact_licenses

Manage contact licenses by adding, updating, or deleting entries. Provide license type and number for additions, or license ID for updates/deletions.

Instructions

Add, update, or delete a license on a contact. For add provide type+number; for update/delete provide licenseId. Executes directly. Write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoLicense type (required). See list_smartlists LicenseType.
actionYes
numberNoLicense number (required).
auditUserNoEmail recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account.
contactIdYesGUID of the contact.
licenseIdNoRequired for update/delete.
copyOnFileNo
expirationNoLicense expiration date (ISO).
Behavior1/5

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

The description says the tool can 'delete' a license, which is a destructive operation, but the annotations set destructiveHint=false. This is a direct contradiction. The description also lacks any explanation of side effects, permissions, or reversibility beyond 'Executes directly.'

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?

Two crisp sentences deliver the essential information with no waste. The action list, field mapping, and execution note are all relevant and well-structured.

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

Completeness3/5

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

For a tool with 8 parameters and no output schema, the description covers core action logic but omits details about copyOnFile and expiration semantics (though schema covers expiration), potential return values, and error scenarios. The contradiction also weakens completeness.

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?

The description adds meaningful action-specific parameter requirements that go beyond the schema, clarifying that type and number are for add, while licenseId is for update/delete. Schema coverage is 75%, and this guidance compensates for ambiguity in optional parameters.

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 the tool's purpose with specific verbs ('Add, update, or delete') and a clear resource ('a license on a contact'). This clearly distinguishes it from sibling tools, none of which manage contact licenses.

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 explicit conditional guidance for each action ('For add provide type+number; for update/delete provide licenseId'), which is essential for correct invocation. It does not name alternatives because none exist, but the context is clear.

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/xuanji86/fastbound-mcp'

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