Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANYTHINGLLM_API_KEY | No | Your AnythingLLM API key (obtain from your AnythingLLM instance at /settings/api-keys) | |
| ANYTHINGLLM_BASE_URL | No | Your AnythingLLM instance URL | http://localhost:3001 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initialize_anythingllm | Initialize the AnythingLLM client with API credentials |
| list_workspaces | List all available workspaces in AnythingLLM |
| get_workspace | Get details of a specific workspace |
| create_workspace | Create a new workspace |
| update_workspace | Update an existing workspace |
| delete_workspace | Delete a workspace |
| chat_with_workspace | Send a chat message to a workspace |
| list_documents | List all documents in a workspace |
| delete_document | Delete a document from a workspace |
| get_system_settings | Get system settings |
| update_system_settings | Update system settings |
| list_users | List all users in the system |
| create_user | Create a new user |
| update_user | Update an existing user |
| delete_user | Delete a user |
| list_api_keys | List all API keys |
| create_api_key | Create a new API key |
| delete_api_key | Delete an API key |
| embed_text | Embed text directly into a workspace |
| embed_webpage | Embed a webpage into a workspace |
| get_chat_history | Get chat history for a workspace |
| clear_chat_history | Clear all chat history for a workspace |
| get_system_info | Get general system information |
| get_system_stats | Get system statistics |
| list_llm_providers | List available LLM providers |
| update_llm_provider | Update LLM provider configuration |
| get_vector_database_info | Get vector database configuration |
| update_vector_database | Update vector database configuration |
| get_workspace_settings | Get settings for a specific workspace |
| update_workspace_settings | Update settings for a specific workspace |
| process_document_url | Process a document from a URL |
| get_document_vectors | Get vector embeddings for a document |
| search_workspace | Search within a workspace |
| list_agents | List all available agents |
| create_agent | Create a new agent |
| update_agent | Update an existing agent |
| delete_agent | Delete an agent |
| invoke_agent | Invoke an agent with input |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |