Skip to main content
Glama

create_soap_message

Define a new outbound SOAP message integration by providing name, endpoint URL, and optional authentication settings.

Instructions

Create a new outbound SOAP Message definition (requires WRITE_ENABLED=true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUnique SOAP Message name
endpointYesSOAP service endpoint URL
wsdlNoWSDL URL for the service (used for schema introspection)
namespaceNoXML namespace for SOAP body elements
soap_action_prefixNoPrefix prepended to all SOAP action headers
authentication_typeNoAuth type: "no_authentication" (default), "basic", "mutual_authentication"
descriptionNoPurpose/description of this integration
activeNoMake active immediately (default: true)
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, meaning it's a write operation but not destructive. The description adds the prerequisite 'requires WRITE_ENABLED=true', which is useful beyond annotations. However, no other behavioral traits like side effects or authorization details are disclosed.

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?

The description is a single sentence that efficiently conveys the purpose and a key requirement. It is front-loaded and avoids unnecessary detail. However, it could be structured to highlight prerequisites more clearly.

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?

The tool has 8 parameters and no output schema. The description mentions a prerequisite and the type of definition, but it does not explain what a SOAP Message definition is, the return value (e.g., created record ID), or any other contextual details needed for full understanding. Annotations provide some context, but the description is minimal for a complex tool.

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

Parameters3/5

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

Schema description coverage is 100% for all 8 parameters, so the description does not need to add parameter details. The description provides no additional info beyond the schema, which is acceptable given full coverage.

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 creates a new outbound SOAP Message definition and specifies a prerequisite (WRITE_ENABLED=true). It distinguishes from sibling tools like create_soap_message_function and create_rest_message by specifying 'outbound SOAP Message definition'.

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 provides a prerequisite (WRITE_ENABLED=true) but does not explicitly state when to use this tool vs alternatives like create_rest_message or create_soap_message_function. No when-not-to-use guidance is given.

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/tedorigawa001/ServiceNow-MCP'

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