get_blog — polyblog MCP Tool Read-only
get_blog
(get blog) is one of 18 tools on the
polyblog
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_blog from your client
- Claude Code polyblog get_blog run in your project directory
- Claude Desktop polyblog get_blog ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor polyblog get_blog ~/.cursor/mcp.json
- VS Code polyblog get_blog .vscode/mcp.json
- Zed polyblog get_blog ~/.config/zed/settings.json
- Windsurf polyblog get_blog ~/.codeium/windsurf/mcp_config.json
- Cline polyblog get_blog ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI polyblog get_blog ~/.gemini/settings.json
- Grok polyblog get_blog .mcp.json (in your project root)
- ChatGPT polyblog get_blog Settings → Connectors → Advanced → Developer mode
- Claude.ai polyblog get_blog Settings → Connectors → Add custom connector
- LangChain polyblog get_blog pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http polyblog https://mcp.polyblog.io/mcp
Other tools on this server
- search_articles
- get_article
- list_article_translations
- create_article
- update_article
- delete_article
- generate_article
- list_blogs
- get_blog_localization_summary
- create_blog
- get_sitemap_urls
- refresh_topic_ideas
- list_topic_ideas
- set_topic_idea_status
- set_topic_sources
- show_blog_overview
- show_article_preview
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.