Skip to main content
Glama
sdvsignal

one-tool

by sdvsignal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THING_API_KEYYesYour API key for the THING service. Required; no default value.
THING_BASE_URLNoThe base URL for the THING API. Optional; use to override the default API endpoint.

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_thingsA

Search THING by free-text query. Use when the user asks what THINGs exist, or asks about a THING by name. Returns up to limit matches, newest first. Returns an empty list when nothing matches, which is not an error.

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 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly defined, so an agent cannot misselect it.

Naming Consistency5/5

The one tool name follows a clear verb_noun pattern (search_things) in snake_case. With only one tool, there are no conflicting conventions to create inconsistency.

Tool Count3/5

A single tool is borderline thin for a server, but the tool itself is nontrivial and serves a focused search purpose. It does not warrant the 'too few' or 'trivial' lower scores, yet it lacks the breadth of a well-scoped 3-15 tool server.

Completeness2/5

The server only offers search, with no way to retrieve a specific THING by ID, create, update, or delete. This leaves significant gaps if the domain is intended to cover management of THINGs, making the surface incomplete.

Maintenance

ActivityMaintained
ResponsivenessNo issues