botserver/scripts/mcp/table-editor.json

19 lines
360 B
JSON
Raw Normal View History

2025-10-18 12:03:07 -03:00
{
"name": "generalbots-table-editor",
"version": "6.0.0",
"capabilities": {
"resources": ["spreadsheet", "doc", "slide"],
"tools": [
"create_sheet",
"read_cell",
"write_cell",
"format_cell",
"create_chart"
]
},
"config": {
"supportedFileTypes": [".xlsx", ".csv", ".txt"],
"maxFileSize": "10MB"
}
}