Skip to main content
Glama

setMode

Switch between 'student' and 'professional' modes to tailor the Pentest MCP server's functionality for educational or advanced penetration testing workflows.

Input Schema

NameRequiredDescriptionDefault
modeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mode": { "enum": [ "student", "professional" ], "type": "string" } }, "required": [ "mode" ], "type": "object" }

Other Tools from Pentest MCP

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/DMontgomery40/pentest-mcp'

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