get_pillar_strategy — RoboWrite MCP Tool Read-only
get_pillar_strategy
(get pillar strategy) is one of 43 tools on the
RoboWrite
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_pillar_strategy from your client
- Claude Code RoboWrite get_pillar_strategy run in your project directory
- Claude Desktop RoboWrite get_pillar_strategy ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor RoboWrite get_pillar_strategy ~/.cursor/mcp.json
- VS Code RoboWrite get_pillar_strategy .vscode/mcp.json
- Zed RoboWrite get_pillar_strategy ~/.config/zed/settings.json
- Windsurf RoboWrite get_pillar_strategy ~/.codeium/windsurf/mcp_config.json
- Cline RoboWrite get_pillar_strategy ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI RoboWrite get_pillar_strategy ~/.gemini/settings.json
- Grok RoboWrite get_pillar_strategy .mcp.json (in your project root)
- ChatGPT RoboWrite get_pillar_strategy Settings → Connectors → Advanced → Developer mode
- Claude.ai RoboWrite get_pillar_strategy Settings → Connectors → Add custom connector
- LangChain RoboWrite get_pillar_strategy pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://www.robowrite.ai/api/mcp
Other tools on this server
- assign_review
- list_reviews
- get_review
- list_reviewers
- request_review
- decide_review
- get_account
- start_brand_setup
- get_brand_setup
- confirm_brand_setup
- list_brands
- get_brand
- update_brand_voice
- list_properties
- get_property
- create_property
- list_pillars
- generate_pillar_strategy
- list_topics
- create_topic
- create_brief
- create_content_item
- generate_content_item
- list_content
- list_briefs
- get_brief
- update_brief
- approve_brief
- list_documents
- get_document
- get_content
- list_jobs
- get_topic_content
- get_job
- read_draft
- edit_draft
- restore_draft
- diff_draft
- list_draft_sections
- rewrite_draft
- check_draft
- get_review_card
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.