search_objects
ActiveTool of mcp-va-museum
Search the Victoria & Albert Museum (V&A) — the world's leading art & design museum. Find objects across 1M+ items (furniture, fashion, ceramics, photographs, paintings, jewellery, sculpture) by keyword. Returns id, title, maker, date, place, type, and thumbnail. Use the returned id with get_object for full details. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "Page number, 1-based (default 1)."
},
"limit": {
"type": "number",
"description": "Max results to return (default 15, max 100)."
},
"query": {
"type": "string",
"description": "Free-text keyword search (e.g. \"Jasper Morrison chair\", \"Tudor portrait\", \"Japanese ceramics\")."
},
"with_images": {
"type": "boolean",
"description": "If true, only return objects that have images (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-va-museum
https://github.com/pipeworx-io/mcp-va-museum
2/7 registries