Skip to main content
Glama

Azure Logs MCP

by rlaput

getRequestLogsByOrderNumber

Retrieve Azure Application Insights request logs by searching for a specific order number in request names, URLs, or custom dimensions within a defined time range.

Instructions

Retrieves request logs from Azure Application Insights by order number. Searches through request logs containing the order number in name, URL, or custom dimensions.

Input Schema

NameRequiredDescriptionDefault
durationNoTime range for the query in ISO 8601 duration format (default: P7D for 7 days)P7D
limitNoMaximum number of log entries to return (default: 50)
orderNumberYesThe order number to search for in the Azure Application Insights logs

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": "P7D", "description": "Time range for the query in ISO 8601 duration format (default: P7D for 7 days)", "pattern": "^P(\\d+D|T\\d+H|\\d+DT\\d+H)$", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of log entries to return (default: 50)", "maximum": 1000, "minimum": 1, "type": "integer" }, "orderNumber": { "description": "The order number to search for in the Azure Application Insights logs", "maxLength": 50, "minLength": 1, "pattern": "^[A-Za-z0-9\\-_]+$", "type": "string" } }, "required": [ "orderNumber" ], "type": "object" }

Other Tools from Azure Logs 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/rlaput/azure-logs-mcp'

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