We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1nbuc/mcp-integration-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
adding-responses-ea40cd7.md•859 B
<!-- loioea40cd7eb408418c9e19d817fc02f539 -->
# Adding Responses
Define all the expected responses, including the response headers, response message, and error messages.
The server receives an incoming request and responds with a message indicating whether the request was successful or not. Such a response consists of the following elements:
- An HTTP status code
- Zero or more Response Headers
- An optional Response Body
Use the standard HTTP status codes for describing the success or failure of the request. It is also recommended to use the HTTP response headers.
**Related Information**
[Adding Responses without a Body](adding-responses-without-a-body-61d83d6.md "")
[Responses with a Body](responses-with-a-body-37f9ad1.md "")
[Response Headers](response-headers-88db307.md "")
[Error Response](error-response-fe19d58.md "")