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
logoTypestringrequiredUse standard for the online app logo or paper for PDF/document logos.
one of: standard, paper
fileNamestringOriginal PNG filename for traceability.
min length: 1; max length: 200
mimeTypestringOrganization 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.