DeepLucid3D UCPF 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 |
|---|---|
| analyze_problemC | Process a problem statement through the full UCPF framework |
| creative_explorationC | Generate novel perspectives and connections for a topic |
| manage_stateC | Control the state management for UCPF processing |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| UCPF Framework Overview | An overview of the Unified Cognitive Processing Framework |
| Cognitive States Guide | Guide to the cognitive states in the UCPF framework |
| Knowledge Dimensions Reference | Reference for the knowledge dimensions in the UCPF framework |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: analyze_problem handles problem statement processing, creative_exploration generates novel perspectives, and manage_state controls state management. There is no overlap in functionality, making tool selection straightforward for an agent.
The tools follow a consistent verb_noun pattern (analyze_problem, creative_exploration, manage_state), which is predictable and readable. The minor deviation is that 'manage_state' uses a verb_noun structure while the others are adjective_noun or verb_noun, but overall consistency is maintained.
With only 3 tools, the set feels thin for a server named 'DeepLucid3D UCPF Server,' which suggests a complex framework. While each tool seems essential, the low count may limit coverage of the UCPF domain, potentially requiring agents to work around missing operations.
Inferred domain is UCPF (Unified Creative Problem Framework) processing, but the tool set has significant gaps. It lacks core operations like retrieving results, updating analyses, or deleting states, which could lead to agent failures in handling full problem-solving lifecycles. The surface is incomplete for the stated purpose.