mcp-hfspace MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Name | Description |
|---|---|
| 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 |
| FLUX_1-schnell-inferC | Call the FLUX.1-schnell endpoint /infer |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| Available Resources | List of available resources. |
| FLUX_1-schnell-infer | Use the FLUX.1-schnell endpoint /infer. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 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
Scored across 3 tools
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.
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.
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.
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.