Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Add missing items schema to query and update database tools #33

Merged
merged 1 commit into from
Apr 6, 2025

Conversation

Luovula
Copy link
Contributor

@Luovula Luovula commented Apr 2, 2025

This PR resolves schema validation errors in the notion_query_database and notion_update_database tools used by the Notion MCP server.

✅ Fixes:
• query_database: Added items schema for the sorts property.
• update_database: Added items schema for the description property.

These changes fix the following OpenAI API error messages:
• "Invalid schema for function 'notion_query_database': In context=('properties', 'sorts'), array schema missing items."
• "Invalid schema for function 'notion_update_database': In context=('properties', 'description'), array schema missing items."

🔧 Result & Testing

Tested locally.
The Notion agent now correctly registers these tools with OpenAI’s function calling format, allowing query_database and update_database to work as intended.

@suekou suekou self-requested a review April 6, 2025 11:03
@suekou
Copy link
Owner

suekou commented Apr 6, 2025

@Luovula Thank you for your contribution ! 🚀

@suekou suekou merged commit 98a1916 into suekou:main Apr 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants