Skip to main content
Glama

Upload company logo

upload_company_logo
Destructive

Upload this company's HUD logo from a file and set a durable public logo_url. Pass a normal square or landscape image (FO Media / chat-upload artifact UUID, or base64 / data:image/...;base64,...). HUD chrome circle-masks with object-contain — do not pre-crop or circle-mask the file. Stores in the same public company-logos bucket the app uses, then writes companies.logo_url. Fail-loud on non-image or oversized (2MB). Do not pass a URL — signed storage URLs expire; a durable https URL uses update_company.logo_url. Use when an operator or host has a logo file and the HUD still shows a monogram.

Routing: company logo / HUD mark / upload logo file → upload_company_logo. Not update_company.logo_url (that's an already-hosted https URL). Not generate_image_xai.

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoThe logo file: FO media / chat-upload artifact UUID, or base64 / data URL. Not an https URL.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
artifact_idNoOptional alias: agent_artifacts UUID from FO Media or a chat image upload.
image_base64NoOptional alias: raw base64 or data:image/...;base64,... of the logo.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only say readOnlyHint=false and destructiveHint=true; the description goes far beyond this by disclosing that the tool stores in the company-logos bucket, writes companies.logo_url, fails loud on non-image or oversized (2MB) input, and that first use may require manager approval. This is a very full behavioral picture.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but information-dense and well organized. It front-loads the core upload behavior and input format, then sections routing, then the write-tier approval note. Every sentence carries operational value; the length is justified by the number of constraints and exclusions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers input formats, size limits, failure behavior, storage location, routing to alternatives, and approval requirements. A minor gap is that there is no output schema and the description does not state what the tool returns; for a write operation this is a small omission but not enough to make the description incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds significant semantics beyond the schema: accepted formats (FO Media/chat-upload artifact UUID, or base64/data URL), explicit exclusion of HTTPS URLs, aliases artifact_id and image_base64, and guidance to pass a square/landscape image without pre-cropping.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states exactly what the tool does: uploads the company's HUD logo from a file and sets a durable public logo_url. It also names the siblings it is not (update_company.logo_url and generate_image_xai), removing any ambiguity about its role relative to similar tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit routing conditions: use when an operator or host has a logo file and the HUD shows a monogram; specifically says not to use update_company.logo_url for already-hosted HTTPS URLs and not to use generate_image_xai. It also includes the strong directive 'Do not pass a URL' and explains why (signed URLs expire).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources