Error Handling

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://reference.textline.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Textline API MCP server": {
    "url": "https://reference.textline.com/mcp"
  }
}

Close

If the parameters provided to a request are invalid, the response will have a status of 400 and include a json encoded body with the list of errors keyed to the field with the error.

Example: {"errors": {"name": ["Must be present"]}}