list_content_revisions — JustBlogged MCP Tool Read-only
list_content_revisions
(list content revisions) is one of 45 tools on the
JustBlogged
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_content_revisions from your client
- Claude Code JustBlogged list_content_revisions run in your project directory
- Claude Desktop JustBlogged list_content_revisions ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor JustBlogged list_content_revisions ~/.cursor/mcp.json
- VS Code JustBlogged list_content_revisions .vscode/mcp.json
- Zed JustBlogged list_content_revisions ~/.config/zed/settings.json
- Windsurf JustBlogged list_content_revisions ~/.codeium/windsurf/mcp_config.json
- Cline JustBlogged list_content_revisions ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI JustBlogged list_content_revisions ~/.gemini/settings.json
- Grok JustBlogged list_content_revisions .mcp.json (in your project root)
- ChatGPT JustBlogged list_content_revisions Settings → Connectors → Advanced → Developer mode
- Claude.ai JustBlogged list_content_revisions Settings → Connectors → Add custom connector
- LangChain JustBlogged list_content_revisions pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http justblogged https://justblogged.com/mcp
Other tools on this server
- list_blogs
- get_blog
- list_blog_members
- create_blog
- update_blog
- delete_blog
- get_blog_metadata
- update_blog_metadata
- update_blog_domain
- list_available_themes
- get_theme_settings
- update_theme_settings
- switch_theme
- list_theme_files
- get_theme_file
- update_theme_file
- delete_theme_file
- upload_image
- list_posts
- get_post
- create_post
- update_post
- delete_post
- list_pages
- get_page
- create_page
- update_page
- delete_page
- list_redirects
- create_redirect
- update_redirect
- delete_redirect
- list_tags
- update_tag
- delete_tag
- list_collections
- create_collection
- update_collection
- delete_collection
- get_content_revision
- list_content_reviews
- get_latest_content_review
- submit_content_review
- decide_content_review
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.