MCP documentation | MCP docs for agents

ark_prepare_organization_logo_upload

ark.prepare_organization_logo_upload

Prepare a signed upload URL for replacing the organization online logo or paper/PDF logo. Upload the PNG to the returned signedUrl, then call finalize_organization_logo_upload.

Availability
Expanded preview
Scopes
admin:write
ARK permissions
None
Team visibility
Not entity-scoped
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

logoTypestringrequired

Use standard for the online app logo or paper for PDF/document logos.

one of: standard, paper

fileNamestring

Original PNG filename for traceability.

min length: 1; max length: 200

mimeTypestring

Organization logos must be PNG files.

default: "image/png"

Result

The tool returns the canonical ark.prepare_organization_logo_upload operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.