docs: List Posts settings field + postsListTool - #232
Conversation
…tTool - openapi.json: add settings (free-form object) to the Post schema - mcp: add postsListTool to Available Tools table + tools reference, bump count to 10 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Contribution-checker quality warning Heuristics that flagged:
If this is a genuine contribution, please add detail to your PR description and tighten the diff scope before reviewers look at it. |
|
Warning Review limit reached
Next review available in: 54 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. 📝 WalkthroughWalkthroughThe MCP documentation now lists 10 tools and documents ChangesMCP and API documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@mcp/tools.mdx`:
- Around line 185-186: Update the startDate and endDate examples in the
parameter documentation to include an explicit UTC timezone suffix, using the
requested Z-qualified timestamps while leaving the descriptions unchanged.
- Around line 179-203: Update the postsListTool documentation to match the
public API contract: document the nested integration object instead of flattened
integrationId, platform, and integrationName fields, or explicitly describe the
MCP transformation if the flattened response is intentional. Ensure the “same
data as the List Posts API” statement remains only if the documented response
shape accurately reflects that API.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 4d167069-5890-42d2-a8b3-6df424e37fce
📒 Files selected for processing (3)
mcp/introduction.mdxmcp/tools.mdxpublic-api/openapi.json
Docs for the List Posts changes. Complementary to postiz-app #1751 (
feat/list-posts-tool).Changes
public-api/openapi.json— add asettingsfield (free-form object) to thePostschema, soGET /public/v1/postsdocuments the provider settings now returned on every post. Additive and backward-compatible.mcp/introduction.mdx— addpostsListToolto the Available Tools table; bump the tool count to 10.mcp/tools.mdx— add a## postsListToolreference section.Tool-count coordination
The sibling docs PR (Update Post Settings) also adds one tool. These are stacked, so on this branch alone the count is 10; the stacked PR bumps it to 11. If the branches land independently, whoever merges second should reconcile the count (and the shared
mcp/*files) — a trivial resolution.Verification
openapi.jsonvalidated as JSON (python3 -m json.tool).mint dev) — List Posts page and MCP pages render without errors.Related: gitroomhq/postiz-app#1751
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
API Updates
settingsto the publicPostschema, supporting additional properties with example data.