Skip to main content
Glama

GPTZero MCP Server

by louis030195

gptzero_detect

Analyze text to detect AI-generated content and get probability scores for AI, human, or mixed authorship with multilingual support.

Instructions

Detect if text was generated by AI. Returns probability scores for AI, human, and mixed content.

Input Schema

NameRequiredDescriptionDefault
documentYesThe text document you want to analyze for AI detection
multilingualNoEnable multilingual detection (supports French and Spanish)

Input Schema (JSON Schema)

{ "properties": { "document": { "description": "The text document you want to analyze for AI detection", "type": "string" }, "multilingual": { "default": false, "description": "Enable multilingual detection (supports French and Spanish)", "type": "boolean" } }, "required": [ "document" ], "type": "object" }

Other Tools from GPTZero MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/louis030195/gptzero-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server