We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evalstate/hf-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
gradio-desc-ominparser-5.32.json•1.29 KiB
{
"tools": [
{
"name": "OmniParser_v2_process",
"description": "Parses a GUI screen and returns an array of structured elements and a marked-up image showing the bounding boxes. Element array contains: Type (e.g. Icon, Text, Label), Bounding Box, Interactivity and Content",
"inputSchema": {
"type": "object",
"properties": {
"image_input": {
"title": "ImageData",
"type": "string",
"format": "a http or https url to a file"
},
"box_threshold": {
"type": "number",
"description": "numeric value between 0.01 and 1.0",
"default": 0.05
},
"iou_threshold": {
"type": "number",
"description": "numeric value between 0.01 and 1.0",
"default": 0.1
},
"imgsz": {
"type": "number",
"description": "numeric value between 640 and 1920",
"default": 640
}
}
}
}
]
}