Skip to main content
Glama

Lovie Company Formation

Set Shareholder Tax Identifier

formation_set_shareholder_tax_identifier
Destructive

Files one shareholder's Social Security Number or ITIN against a formation. The whole number goes to the secret store and only its last four digits are recorded, which is all the response returns. Ask the person for it directly, pass it once, and never repeat it back in your own message. No tool reads the number out again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formationIdYesUUID value wrapper.
shareholderIdYesUUID value wrapper.
taxIdentifierNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ssnLast4No

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

The description discloses key behavioral traits beyond the destructiveHint annotation: the full number is stored in a secret store, only the last four digits are recorded and returned, and no tool reads the number out again. This adds meaningful context about data handling and irreversibility, though it does not cover all potential side effects (e.g., overwriting behavior).

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 four sentences with no fluff. It front-loads the core purpose, then provides essential behavioral and privacy instructions. Every sentence contributes meaning, and the structure is clear and efficient.

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 has an output schema, the description needn't explain return values. It covers the purpose, data handling, and user interaction. It does not mention prerequisites like existence of the formation or shareholder, or whether the operation overwrites an existing identifier, but these are minor gaps given the schema and sibling context.

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 67% with minimal 'UUID value wrapper' descriptions. The description clarifies that taxIdentifier is the SSN/ITIN and that only its last four digits are recorded, adding meaning beyond the pattern. However, it does not elaborate on formationId or shareholderId beyond what the schema already implies, so the added value is moderate.

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 a specific verb ('files') and resource ('one shareholder's Social Security Number or ITIN against a formation'), making it distinct from siblings like formation_add_shareholder or formation_update_shareholder. It clearly identifies the tool's role without ambiguity.

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?

The description gives operational guidance on handling the sensitive number (ask directly, pass once, never repeat) but does not specify when to use this tool versus alternatives, nor any exclusions or conditions. There is no mention of how it differs from formation_update_shareholder or when it should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.