Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

update_profile

Update Arc application profile settings for global options and protocols like AS2, AS4, and SFTP. Specify existing property names from the profile response to change them.

Instructions

Update Arc application profile configuration settings. Accepts any profile property including protocol-specific settings. IMPORTANT: Only use property names that exist in the actual profile response.

Common examples:

  • Global settings: loglevel, ssoenabled, notifyemailfrom, smtpserver, etc.

  • AS2 CERTIFICATE/KEY settings (note: AS2 uses 'keypath', NOT 'signingcertificate'): • as2:signingkeypath, as2:signingkeypassword, as2:signingkeysubject • as2:privatekeypath, as2:privatekeypassword, as2:privatekeysubject • as2:publickeypath • as2:rolloversigningkeypath, as2:rolloversigningkeypassword, as2:rolloversigningkeysubject • as2:rolloverprivatekeypath, as2:rolloverprivatekeypassword, as2:rolloverprivatekeysubject • as2:rolloverpublickeypath

  • AS2 other settings: as2:as2identifier, as2:receivingurl, as2:publicurl, as2:baseurl, etc.

  • AS3/AS4 CERTIFICATE settings (these use 'signingcertificate', different from AS2): • as4:signingcertificate, as4:signingcertificatepassword, as4:signingcertificatesubject • as4:rolloversigningcertificate, as4:rolloversigningcertificatepassword, as4:rolloversigningcertificatesubject

  • AS4 other settings: as4:partyid, as4:partyidtype, etc.

  • Other protocols: sftp:, ftp:, http:*, etc.

Property names must be lowercase and use colons for protocol-specific settings. Always verify property names exist in the profile before using them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden of behavioral transparency. It discloses that the tool accepts any property and emphasizes careful verification of property names, which is helpful. However, it does not explain whether the update is partial or full, what happens on invalid property names, or any side effects or permissions required, leaving significant behavioral gaps.

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 long but well-structured: a clear opening statement, an IMPORTANT warning, and categorized bullet lists. Every line provides useful, actionable information for a highly flexible tool. The front-loaded purpose and organized examples make it easy to parse despite its length.

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 tool's dynamic nature (no fixed parameters, no output schema, no annotations), the description provides substantial context about property naming, examples, and verification. It is not fully complete as it omits details about return values, error behavior, or whether the update replaces the entire profile, but these are somewhat less critical for a simple update operation.

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 input schema is generic (additionalProperties: true) with limited description, so the tool description adds substantial meaning by listing concrete examples for global, AS2, AS3/AS4, and other protocol settings. It clarifies naming conventions (e.g., 'keypath' vs 'signingcertificate') that are not present in the schema, going well beyond the baseline.

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 tool's function: 'Update Arc application profile configuration settings.' It distinguishes itself from sibling tools like get_profile and other update_* tools by specifying the resource (profile) and the action (update). The inclusion of protocol-specific settings further clarifies its scope.

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?

The description provides explicit usage guidance by warning that property names must exist in the actual profile response and must be lowercase. It also lists many example property categories, giving an agent actionable context. However, it does not explicitly state when not to use this tool or mention alternatives like get_profile for verification, so it lacks full exclusion guidance.

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/ctslone/AdminAPI_MCP'

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