readActiveNote
Retrieve the contents of the currently active note in Obsidian using a standardized interface for AI-assisted note management and analysis.
Instructions
Read the contents of the current active note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}