Skip to main content
Glama

Bruno MCP Server

by jcr82

bruno_get_request_details

Inspect API request details including method, URL, headers, body, and tests without executing the request to analyze and validate collection structure.

Instructions

Get detailed information about a specific request without executing it (method, URL, headers, body, tests)

Input Schema

NameRequiredDescriptionDefault
collectionPathYesPath to the Bruno collection
requestNameYesName of the request to inspect

Input Schema (JSON Schema)

{ "properties": { "collectionPath": { "description": "Path to the Bruno collection", "type": "string" }, "requestName": { "description": "Name of the request to inspect", "type": "string" } }, "required": [ "collectionPath", "requestName" ], "type": "object" }

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/jcr82/bruno-mcp-server'

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