Skip to main content
Glama
strzhao

assets-store-mcp

by strzhao

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLOB_READ_WRITE_TOKENYesYour Vercel Blob read-write token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
assets_uploadA

Upload a local file to your personal assets store (for blog posts, articles, etc.) and return the public URL

assets_listA

List files in your personal assets store with optional prefix filtering and pagination

assets_headA

Get metadata of a specific asset by its URL (size, content type, upload time, etc.)

assets_deleteA

Delete one or more assets from your personal assets store

assets_copyC

Copy an asset to a new path in your personal assets store

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: upload, list, head, delete, and copy. There is no meaningful overlap between them; even copy is clearly different from upload.

Naming Consistency5/5

All tools follow the same assets_<verb> snake_case pattern. This makes the API predictable and easy for an agent to navigate.

Tool Count5/5

Five tools is a well-scoped set for a personal assets store. Each tool covers a necessary capability without unnecessary bloat.

Completeness5/5

The tool surface covers the full lifecycle of managing assets: create, list, inspect metadata, copy, and delete. Since uploads return public URLs, a download tool is not necessary for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues