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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
available-filesA

A list of available file and resources. If the User requests things like 'most recent image' or 'the audio' use this tool to identify the intended resource.This tool returns 'resource uri', 'name', 'size', 'last modified' and 'mime type' in a markdown table

search-spacesA

Use semantic search to find an endpoint on the Hugging Face Spaces service. The search term will usually be 3-7 words describing a task or activity the Person is trying to accomplish. The results are returned in a markdown table. Present all results to the Person. Await specific guidance from the Person before making further Tool calls.

FLUX_1-schnell-inferC

Call the FLUX.1-schnell endpoint /infer

Prompts

Interactive templates invoked by user choice

NameDescription
Available ResourcesList of available resources.
FLUX_1-schnell-inferUse the FLUX.1-schnell endpoint /infer.

Resources

Contextual data attached and managed by the client

NameDescription
README.md
eslint.config.js
package-lock.json
package.json
pnpm-lock.yaml
tsconfig.json
README.md
package.json
README.md
package.json
package.json
package.json
package.json
package.json
README.md
package.json
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
package.json
package.json
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md
package.json
package.json
package.json
package.json
package.json
package.json
package.json
package.json
README.md
package.json
README.md
package.json
README.md
package.json
README.md

TDQS

C2.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: 'available-files' lists local resources, 'FLUX_1-schnell-infer' calls a specific AI inference endpoint, and 'search-spaces' performs semantic search on Hugging Face Spaces. There is no overlap in functionality, making tool selection unambiguous for an agent.

Naming Consistency2/5

The naming is inconsistent with mixed conventions: 'available-files' uses kebab-case, 'FLUX_1-schnell-infer' mixes uppercase and kebab-case with an underscore, and 'search-spaces' uses kebab-case. There is no predictable verb_noun pattern, and the styles vary chaotically across the set.

Tool Count3/5

With only 3 tools, the count feels thin for a server named 'mcp-hfspace' that seems to target Hugging Face Spaces and related resources. While the tools cover distinct areas, the scope might be underdeveloped, lacking operations like managing spaces or handling more inference types.

Completeness2/5

Inferred domain includes Hugging Face Spaces and file/resources management, but there are significant gaps: no tools for creating, updating, or deleting spaces or files, and inference is limited to one specific endpoint. This incomplete surface will likely cause agent failures in broader workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues