Skip to main content
Glama

mcp-function-app-tester

test_endpoint

Test and analyze Azure Function App endpoints by simulating HTTP methods (GET, POST, PUT, DELETE) and inspecting detailed responses. Prepends the base URL http://localhost:7071/api for easy endpoint validation.

Instructions

Test a Function App endpoint and get detailed response information. The endpoint will be prepended to the base url which is: http://localhost:7071/api

Input Schema

NameRequiredDescriptionDefault
bodyNoOptional request body for POST/PUT requests
endpointYesEndpoint path (e.g. "/users"). Will be appended to base URL.
headersNoOptional request headers
methodYesHTTP method to use

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Optional request body for POST/PUT requests", "type": "object" }, "endpoint": { "description": "Endpoint path (e.g. \"/users\"). Will be appended to base URL.", "type": "string" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Optional request headers", "type": "object" }, "method": { "description": "HTTP method to use", "enum": [ "GET", "POST", "PUT", "DELETE" ], "type": "string" } }, "required": [ "method", "endpoint" ], "type": "object" }

Other Tools from mcp-function-app-tester

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/dkmaker/mcp-function-app-tester'

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