Skip to main content
Glama

setMode

Switch between 'student' and 'professional' modes in Pentest MCP to tailor tool behavior and access privileges for penetration testing tasks.

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" }

You must be authenticated.

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