Readonlyargs
args:
| Readonly<{ instance: JsonObj; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>
| Readonly<{ id: string; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>
| Readonly<{ id: string; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>
| Readonly<{ modelType: string; search: OrmSearch }> & Readonly<
{ [s: string]: JsonAble },
>
| Readonly<
{
items: readonly Readonly<{ [s: string]: JsonAble }>[];
modelType: string;
},
> & Readonly<{ [s: string]: JsonAble }>
| Readonly<{ ids: readonly string[]; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>
Extracted data when an MCP tool execution represents a Model CRUD action.