settings_getCustomFields
READGet custom fields.
Parameters
tablestringrequiredCall it
Invoke it through the call_tool meta-tool with its arguments:
call_tool
call_tool({
"name": "settings_getCustomFields",
"arguments": {
"table": "string"
}
})Input schema
The raw JSON Schema the tool validates its arguments against.
schema
{
"type": "object",
"properties": {
"table": {
"type": "string"
}
},
"required": [
"table"
]
}