TTMSMCPGenerateInputSchemaEvent Event Type
Occurs while a tool serializes itself, before its input schema is built. Assign a complete JSON Schema string to the variable parameter to publish a hand-written schema instead of the one derived from the tool's properties; leave it empty to keep the generated schema.
API unit family: TMS.MCP.Tools
Parameters
| Name | Description |
|---|---|
ATool |
The tool being serialized. |
AInputSchema |
Receives the replacement schema. It must be valid JSON describing an object schema, otherwise serialization fails with a parse error. |