Overview
get_note_documents returns structured information from meetings.
Primary Use Cases:
- Extracting action items
- Reviewing section summaries
- Getting structured meeting notes
- Planning follow-up tasks
- Structured data (JSON format)
- Action item focused
- Organized by sections
- Action items (assignee, due date)
- Section summaries
- Key decisions
- Other structured data
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
noteId | number | Yes | Note ID (positive integer) |
noteId (required)
The unique ID of the note to retrieve. Example:- Use
search_notesto find meetings - Use the
noteIdfrom search results
Response Format
Success Response
| Field | Type | Description |
|---|---|---|
documents | object | Structured document container |
documents.summary | string | One-line meeting summary |
documents.actionItems | array | List of action items |
documents.actionItems[].task | string | Task description |
documents.actionItems[].assignee | string | Person responsible |
documents.actionItems[].dueDate | string | Due date (ISO 8601) |
documents.sections | array | Section contents |
documents.sections[].title | string | Section title |
documents.sections[].content | string | Section content |
documents.decisions | array | Key decisions made |
Usage Examples
Example 1: Extract Action Items
AI Request:Example 2: Review Key Decisions
AI Request:Example 3: Section-by-Section Breakdown
AI Request:When to Use
Use When
Use When
Follow-up Tasks Needed
- Tracking action items
- Checking assignee responsibilities
- Managing deadlines
- Understanding section content
- Organizing key decisions
- Systematic meeting notes
- Extracting tasks
- Schedule management
- Team member assignments
- Confirming decisions made
- Approved budgets/plans
- Policy changes
Don't Use When
Don't Use When
Only Need Simple Summary
→ Use
get_note_summary insteadNeed Full Conversation
→ Use get_note_transcript insteadExploration Phase
→ Use search_notes insteadPerformance
Response Time
| Meeting Length | Average Response | Maximum Response |
|---|---|---|
| 30 minutes | 1 second | 3 seconds |
| 1 hour | 1.5 seconds | 5 seconds |
| 2 hours | 2 seconds | 7 seconds |
Token Usage
| Meeting Length | Documents Tokens | Transcript Tokens | Savings |
|---|---|---|---|
| 30 minutes | ~300-600 | ~1,500-2,500 | 70% |
| 1 hour | ~500-1,000 | ~3,000-5,000 | 75% |
| 2 hours | ~800-1,500 | ~6,000-10,000 | 80% |
Real-World Scenarios
Scenario 1: Weekly Task Compilation
User Request:Scenario 2: Budget Approval Tracking
User Request:Limitations
Current Limitations
Known Limitations:-
Fixed Document Structure
- Only returns predefined fields
- Custom structures not supported
-
Action Item Recognition
- Only recognizes explicit task assignments
- Implicit tasks may be missed
-
Accuracy Considerations
- ~85-90% accuracy for AI-generated content
- Important details should be verified with transcript
Future Improvements
| Feature | Target | Description |
|---|---|---|
| Custom Templates | 2025 Q2 | Generate documents with custom structures |
| Accuracy Improvement | 2025 Q2 | Model improvements targeting 95% accuracy |
| Additional Fields | 2025 Q3 | Risks, issues, notes, etc. |
Common Errors
Missing Note ID
Solution: Provide thenoteId parameter.
Invalid Note ID
Solution: Use a positive integer (e.g.,123, not "123" or -1).
Note Not Found
Possible Causes:- Note doesn’t exist
- Note has been deleted
- You don’t have access to this note
search_notes.
No Documents Available
Processing RequiredIf a note has just been created, documents may not be available yet. Wait for processing to complete (usually 1-2 minutes after meeting ends).

