OriginForge NFT Generator
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-nft-dataC | Get basic NFT information |
| get-nft-imageC | Get NFT image data |
| get-nft-attributesC | Get detailed NFT attributes |
| get-color-paletteB | Get NFT color palette |
| get-enhanced-nft-viewC | Get enhanced NFT view with formatted display |
| save-nft-filesC | Save NFT image and JSON data to files |
| get-random-nftsC | Get multiple random NFTs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools have distinct purposes focused on different aspects of NFT data retrieval (color palette, attributes, basic info, image, random selection, saving), though 'get-nft-data' and 'get-nft-attributes' could potentially overlap in scope. The 'get-enhanced-nft-view' tool might also be confused with basic data retrieval, but descriptions help clarify their specific functions.
All tools follow a consistent verb_noun pattern with hyphens (e.g., get-color-palette, save-nft-files), using 'get' for retrieval operations and 'save' for the storage operation. This predictable naming scheme makes it easy for agents to understand tool purposes at a glance.
With 7 tools, this server is well-scoped for an NFT generator, covering key operations like data retrieval, image handling, and file saving. Each tool appears to serve a specific, necessary function without redundancy, making the count appropriate for the domain.
The toolset covers retrieval and saving operations well but lacks creation or modification tools (e.g., generate-nft, update-nft-attributes), which are essential for a generator. While agents can work with the provided tools, the absence of core generation functionality represents a notable gap in the surface for the server's stated purpose.