create_google_sheet
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
Create a Google Sheet from tabular data (5 credits)
Parameters schema
{
"type": "object",
"title": "create_google_sheetArguments",
"required": [
"title"
],
"properties": {
"rows": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Rows",
"default": null
},
"title": {
"type": "string",
"title": "Title"
},
"headers": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Headers",
"default": null
},
"json_data": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Json Data",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries