Skip to main content
Glama
zenskar

Zenskar MCP Server

Official
by zenskar

updateBusinessEntity

updateBusinessEntity

Update an existing business entity's details such as name, address, tax configuration, email, and phone number by providing its unique identifier.

Instructions

Update an existing business entity's details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityIdYesThe unique identifier of the business entity to update.
nameNoUpdated name of the business entity.
addressNoUpdated address object with line1, line2, city, state, zipCode, country, country_code.
tax_configNoTax configuration object (e.g., { "tax_id": "...", "tax_provider": "..." }).
emailNoUpdated email address.
phone_numberNoUpdated phone number (max 20 chars). Include country code (e.g., +1-555-0100).
__userContextNoInternal user context for multi-tenant authentication and approval workflow
Behavior1/5

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

No annotations provided, and the description does not disclose any behavioral traits beyond the fact it updates. Nothing about side effects, required permissions, error handling, or irreversibility. The description adds zero value beyond the verb.

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?

Extremely concise: one sentence, seven words. No fluff. However, conciseness comes at the cost of completeness; but for this dimension, it scores high on structure.

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

Completeness1/5

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

Given the tool has 7 parameters, no output schema, and no annotations, the description is far from complete. It provides no context about return values, error conditions, or usage scenarios. The agent would lack critical information for correct invocation.

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 coverage is 100%, so the schema already describes all parameters. The description does not add extra meaning beyond what is in the schema, meeting the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Update an existing business entity's details' – specific verb (update) and resource (business entity). It distinguishes from sibling tools like createBusinessEntity and getBusinessEntityById. However, it lacks explicit differentiation or scoping beyond the minimal statement.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. No prerequisites (e.g., entity must exist), no exclusions, and no mention of when not to use it. The description does not help the agent decide context.

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/zenskar/mcp-zenskar'

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