update_google_sheet
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
Write values (e.g. campaign IDs / status / spend) back into a range of an existing Google Sheet (2 credits)
Parameters schema
{
"type": "object",
"title": "update_google_sheetArguments",
"required": [
"range",
"values"
],
"properties": {
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Url",
"default": null
},
"range": {
"type": "string",
"title": "Range"
},
"values": {
"type": "string",
"title": "Values"
},
"spreadsheet_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Spreadsheet Id",
"default": null
},
"value_input_option": {
"type": "string",
"title": "Value Input Option",
"default": "USER_ENTERED"
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries