Bika.ai MCP Server
Skills
list_nodes
Retrieves all nodes contained within the specified workspace. Nodes in Bika can be of several types: databases (also known as sheets, datasheets, or spreadsheets), automations, documents, and folders.
get_records
Read the records from a specified database with support for pagination, field filtering, and sorting options.
list_spaces
Fetches all workspaces that the currently authenticated user has permission to access.
create_record
Create a new record in the database. Extract key information from user-provided text based on a predefined Fields JSON Schema and create a new record in the database as a JSON object.
get_fields_schema
Returns the JSON schema of all fields within the specified database, This schema will be sent to LLM to help the AI understand the expected structure of the data.
upload_attachment_via_url
Upload an attachment to the Bika server using its web URL. Returns storage information that can be passed to create_record or update_record tools to associate with a specific records.
Configuration
MCP Server
Connect to MCP Server