get_fields_schema
Retrieve the JSON schema of all fields in a specified database to help AI agents understand and interact with the expected data structure efficiently.
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. |