Skip to main content
Glama

get_status

Check the current operational status of Intruder API using this tool in intruder-mcp server to ensure system functionality and monitor API health.

Instructions

Get the status of the Intruder API

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_statusArguments", "type": "object" }

Implementation Reference

  • The handler function for the 'get_status' MCP tool. It retrieves the health status from the Intruder API client and returns the status string. The @mcp.tool() decorator also serves as the registration.
    @mcp.tool() async def get_status() -> str: """Get the status of the Intruder API""" health = api.get_health() return health.status

Other Tools

Related Tools

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/intruder-io/intruder-mcp'

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