Skip to main content
Glama

check_options

Check available configuration options for a selected penetration testing module to configure security assessments properly.

Instructions

After selecting the right module call this to check what options that module presents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protYes
moduleYes

Implementation Reference

  • Registration of the 'check_options' tool using the @mcp.tool decorator, specifying name and description.
    @mcp.tool(name='check_options',description='After selecting the right module call this to check what options that module presents')
  • Handler function that executes the tool logic by running the netexec command to display options for the given protocol and module.
    def check_options(prot:str,module:str): return run_command(["netexec",prot,'-M',module,'--options'])

Latest Blog Posts

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/YoussefSahnoun/PentestMCP'

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