-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
bounty:docsBounty: write or improve documentation (20 pts)Bounty: write or improve documentation (20 pts)difficulty:easyGood first contributionGood first contributiongood first issueGood for newcomersGood for newcomerssize: small
Description
Bounty: Write README for notion_tool (20 pts)
Write a README for the Notion integration following the tool README template.
Tool Location
tools/src/aden_tools/tools/notion_tool/
Tool Functions (5)
| Function | Description |
|---|---|
notion_search |
Search pages and databases by query |
notion_get_page |
Retrieve a page by ID |
notion_create_page |
Create a new page in a database or as a child of another page |
notion_query_database |
Query a database with optional filters |
notion_get_database |
Retrieve a database by ID |
Credential Info
- Env var:
NOTION_API_TOKEN - Auth type: Notion internal integration token (Bearer)
- Get your key: https://www.notion.so/my-integrations → Create new integration → Copy the token
What to Submit
A PR adding README.md to tools/src/aden_tools/tools/notion_tool/ following the template.
Requirements
- Setup instructions with working API key URL
- Tool table listing all 5 functions
- At least one usage example per function
- Link to Notion API docs
- Function names match the actual code (verify by reading
notion_tool.py)
How to Claim
Comment "I'd like to work on this" and wait for assignment. You have 7 days to submit a PR after assignment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bounty:docsBounty: write or improve documentation (20 pts)Bounty: write or improve documentation (20 pts)difficulty:easyGood first contributionGood first contributiongood first issueGood for newcomersGood for newcomerssize: small