get_fields_schema
Retrieve the JSON schema of all fields in a specified database to provide AI models with the expected data structure for accurate processing and analysis.
Instructions
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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes | The ID of the database to fetch records from. |