@mcp-z/mcp-sheets
Preparing search index...
mcp
toolFactories
valuesCsvUpdate
Function valuesCsvUpdate
valuesCsvUpdate
()
:
{
config
:
{
description
:
"Import CSV to sheet range. Overwrites existing data at startRange. Use rows-csv-append for database-style appends with deduplication."
;
inputSchema
:
ZodObject
<
{
gid
:
ZodCoercedString
<
unknown
>
;
id
:
ZodString
;
sourceHasHeaders
:
ZodDefault
<
ZodBoolean
>
;
sourceUri
:
ZodString
;
startRange
:
ZodDefault
<
ZodString
>
;
valueInputOption
:
ZodDefault
<
ZodEnum
<
{
RAW
:
"RAW"
;
USER_ENTERED
:
"USER_ENTERED"
}
>
,
>
;
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
gid
:
ZodString
;
id
:
ZodString
;
sheetTitle
:
ZodString
;
sheetUrl
:
ZodString
;
spreadsheetTitle
:
ZodString
;
spreadsheetUrl
:
ZodString
;
type
:
ZodLiteral
<
"success"
>
;
updatedCells
:
ZodNumber
;
updatedColumns
:
ZodNumber
;
updatedRange
:
ZodString
;
updatedRows
:
ZodNumber
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
gid
:
string
;
id
:
string
;
sourceHasHeaders
:
boolean
;
sourceUri
:
string
;
startRange
:
string
;
valueInputOption
:
"RAW"
|
"USER_ENTERED"
;
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Returns
{
config
:
{
description
:
"Import CSV to sheet range. Overwrites existing data at startRange. Use rows-csv-append for database-style appends with deduplication."
;
inputSchema
:
ZodObject
<
{
gid
:
ZodCoercedString
<
unknown
>
;
id
:
ZodString
;
sourceHasHeaders
:
ZodDefault
<
ZodBoolean
>
;
sourceUri
:
ZodString
;
startRange
:
ZodDefault
<
ZodString
>
;
valueInputOption
:
ZodDefault
<
ZodEnum
<
{
RAW
:
"RAW"
;
USER_ENTERED
:
"USER_ENTERED"
}
>
,
>
;
}
,
$strip
,
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
gid
:
ZodString
;
id
:
ZodString
;
sheetTitle
:
ZodString
;
sheetUrl
:
ZodString
;
spreadsheetTitle
:
ZodString
;
spreadsheetUrl
:
ZodString
;
type
:
ZodLiteral
<
"success"
>
;
updatedCells
:
ZodNumber
;
updatedColumns
:
ZodNumber
;
updatedRange
:
ZodString
;
updatedRows
:
ZodNumber
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
__namedParameters
:
{
gid
:
string
;
id
:
string
;
sourceHasHeaders
:
boolean
;
sourceUri
:
string
;
startRange
:
string
;
valueInputOption
:
"RAW"
|
"USER_ENTERED"
;
}
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mcp-z/mcp-sheets
Loading...