docs

MCP tool

get_project

Project rules and settings

Reads only · changes nothing, and needs no approval.

What it does

The rules this project posts by — read it before writing anything. Returns: timezone (the clock a bare date-time like "tomorrow at 9" is on — convert with it, do not assume UTC), approval (in copilot mode your posts wait for a human, which is the product working rather than a failure), signature (a footer added to the end of everything you write, before guardrails and before saving — do not write your own copy of it, and do not offer to remove it), guardrails (the banned words, topics, link rules and caps a post is checked against — write inside them rather than around them), and posts_today (what is left of this key's daily allowance).

Arguments

None. Call it with an empty argument object.

Calling it

Any MCP client calls this by name once the connector is added. The address is the same for every tool:

https://xpost.to/api/mcp

A client that has signed in sends the tool name and its arguments:

{
  "name": "get_project",
  "arguments": {}
}

The other tools

Back to the MCP connector · What the MCP server is · Connect your assistant