Skip to main content
Glama

Server Details

File uploads for AI agents. Upload, list, and manage files. No signup required.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
putput-io/mcp
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
delete_fileInspect

Delete an uploaded file by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesFile ID to delete
get_file_infoInspect

Get details about a specific file

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesFile ID to look up
list_filesInspect

List uploaded files with optional filtering

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 50, max: 200)
cursorNoPagination cursor
prefixNoFilter by prefix
upload_fileInspect

Upload a file from a URL to PutPut storage

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the file to upload
prefixNoOptional path prefix for organization
filenameNoOptional filename override
metadataNoOptional key-value metadata
visibilityNoFile visibility (default: public)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.