flags
(dict): AI detection flags with confidence and explanations
How to use it
flags is exposed by the Writing Tools MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the flags tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Writing Tools MCP
uvx --from git+https://github.com/wdm0006/writing-tools-mcp writing-tools-mcpOther tools in Writing Tools MCP (12)
(str, optional, default="browncorpus"): Baseline corpus name for comparison.
(float null): Burstiness score (standard deviation of sentence perplexities); null when fewer than two sentences were scored, since the standard deviation is undefined there
(float null): Document-level perplexity score; null when no sentence could be scored
(str): The keyword or phrase to search for.
(str, optional, default="en"): Language code (only "en" supported currently).
(str, optional): Granularity of analysis. Options:
(bool, optional, default=True): Whether to exclude common English stopwords (e.g., 'the', 'a', 'is').
(list): Per-sentence analysis with z-scores
(list): Sentence-level perplexity scores
(str): The input text.
(int, optional, default=10): The number of top keywords to return.
(dict): Z-scores of features against the baseline