Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANYTYPE_API_KEY | Yes | Your Anytype API key obtained through authentication process |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| anytype_list_spaces | Lista todos los espacios disponibles |
| anytype_get_space | Obtiene un espacio específico por su ID |
| anytype_create_space | Crea un nuevo espacio |
| anytype_update_space | Actualiza un espacio existente |
| anytype_list_members | Lista todos los miembros de un espacio |
| anytype_get_member | Obtiene un miembro específico |
| anytype_search_objects | Busca objetos en todos los espacios o en un espacio específico |
| anytype_list_objects | Lista objetos en un espacio específico |
| anytype_get_object | Obtiene un objeto específico por su ID |
| anytype_create_object | Crea un nuevo objeto en un espacio |
| anytype_update_object | Actualiza un objeto existente. IMPORTANTE: Para actualizaciones de contenido (body/markdown), utiliza una estrategia de reemplazo que crea un nuevo objeto con el contenido actualizado y elimina el original, ya que la API de Anytype no actualiza correctamente el contenido markdown con el método tradicional. |
| anytype_delete_object | Elimina (archiva) un objeto |
| anytype_list_properties | Lista todas las propiedades de un espacio |
| anytype_get_property | Obtiene una propiedad específica |
| anytype_create_property | Crea una nueva propiedad |
| anytype_update_property | Actualiza una propiedad existente |
| anytype_delete_property | Elimina una propiedad |
| anytype_list_types | Lista todos los tipos de objetos |
| anytype_get_type | Obtiene un tipo específico |
| anytype_create_type | Crea un nuevo tipo de objeto |
| anytype_update_type | Actualiza un tipo existente |
| anytype_delete_type | Elimina un tipo de objeto |
| anytype_list_tags | Lists all tags for a property |
| anytype_get_tag | Gets a specific tag |
| anytype_create_tag | Creates a new tag |
| anytype_update_tag | Updates an existing tag |
| anytype_delete_tag | Deletes a tag |
| anytype_list_templates | Lists all available templates for a specific type |
| anytype_get_template | Gets a specific template |
| anytype_add_to_collection | Adds an object to a collection |
| anytype_remove_from_collection | Removes an object from a collection |
| anytype_get_list_views | Obtiene las vistas disponibles para una lista |
| anytype_get_list_objects | Obtiene objetos de una lista usando una vista específica |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |