Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
advanced_reasoning | Advanced cognitive reasoning tool that builds on sequential thinking with meta-cognition, hypothesis testing, and integrated memory. Key Features:
Enhanced Parameters:
Branching (inherited from sequential thinking):
Use this tool for complex reasoning that benefits from:
|
query_reasoning_memory | Query the integrated memory system to find related insights, hypotheses, and evidence. Useful for:
Parameters:
Returns related memories with confidence scores and connection information. |
create_memory_library | Create a new named memory library for organized knowledge storage. Enables you to create separate, named memory libraries for different projects, domains, or contexts. Library names must contain only letters, numbers, underscores, and hyphens. Parameters:
Returns success status and message. |
list_memory_libraries | List all available memory libraries with metadata. Shows all existing memory libraries with information about:
Returns organized, searchable library information. |
switch_memory_library | Switch to a different memory library. Allows you to switch between different memory libraries for different contexts or projects. Current session state is saved before switching. Parameters:
Returns success status and message. |
get_current_library_info | Get information about the currently active memory library. Shows current library name, number of nodes, sessions, and other metadata. Returns current library information. |
create_system_json | Create a new system JSON file for storing coherent detailed searchable data or instructions and workflows for any domain or action. Parameters:
Returns success status and confirmation message. |
get_system_json | Retrieve a system JSON file by name. Parameters:
Returns the complete system JSON data including metadata and content. |
search_system_json | Search through system JSON files by query. Parameters:
Returns matching files with relevance scores. |
list_system_json | List all available system JSON files. Returns list of all system JSON files with their names, domains, and descriptions. |