Skip to content

Conversation

@chasepoirier
Copy link
Collaborator

This is a copy of #108 but moved to our origin so we can make small PR commits

  • Add support for any Contentful API query parameter via catchall(z.any())
  • Increase entry limit from 3 to 100 (default 10)
  • Add field-based searches (fields.title, fields.slug, etc.)
  • Add system field searches (sys.id[in], sys.createdAt, etc.)
  • Add metadata searches (tags)
  • Add full-text search capability
  • Maintain backward compatibility with existing parameters

This enhancement enables comprehensive content discovery and filtering capabilities for AI agents working with Contentful data.

Summary

Description

Motivation and Context

PR Checklist

  • I have read the CONTRIBUTING.md file
  • All commits follow conventional commits
  • Documentation is updated (if necessary)
  • PR doesn't contain any sensitive information
  • There are no breaking changes

leahwithablackcat and others added 2 commits August 18, 2025 09:28
- Add support for any Contentful API query parameter via catchall(z.any())
- Increase entry limit from 3 to 100 (default 10)
- Add field-based searches (fields.title, fields.slug, etc.)
- Add system field searches (sys.id[in], sys.createdAt, etc.)
- Add metadata searches (tags)
- Add full-text search capability
- Maintain backward compatibility with existing parameters

This enhancement enables comprehensive content discovery and filtering
capabilities for AI agents working with Contentful data.
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.

4 participants