Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
localsend_devicesA

Scan the local Wi-Fi/LAN for active LocalSend devices and list their aliases, IPs, and models.

localsend_sendA

Send files, folders, or direct text/clipboard snippets to a LocalSend device on LAN by alias or IP.

localsend_statusA

Inspect local network addresses, active MCP listening port, certificate fingerprint, and inbox status.

localsend_historyA

List incoming files received by the LocalSend MCP server inbox.

localsend_setupC

Update LocalSend MCP server configuration (alias, download directory, or transport).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct concern: device discovery, sending, server status, receiving history, and configuration. There is no overlap or ambiguity between tools.

Naming Consistency4/5

Names consistently use a localsend_ prefix and snake_case. However, not all follow a strict verb_noun pattern—devices, status, and history are nouns while send and setup are verbs—so it is mostly consistent with minor deviation.

Tool Count5/5

Five tools is well-scoped for a focused LocalSend integration. Each tool covers a necessary capability without redundancy or bloat.

Completeness5/5

The set covers the full local workflow: discovering devices, sending content, checking server status, reviewing received files, and updating configuration. No major gaps are apparent for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues