catalog
C
catalog
/get_venue

Get venue details

Get the full Dim Hour record for one venue: description, signature dishes, address, hours, phone, happy hour, reservation platform, awards, website, Instagram,

liveverifiedunknown~5s typical
mcpprobedcatalog
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dimhour-catalog /get_venue for me.

Input

FieldTypeDescription
city*stringCity name or key
idintegerVenue id from search_venues
namestringVenue name (used if id not given)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dimhour-catalog","endpoint":"/get_venue","input":{"city":"..."}}'
cli
npx cracked-ai run -p mcp-com-dimhour-catalog -e /get_venue -i '{"city":"..."}'
mcp
run_tool({ provider: "mcp-com-dimhour-catalog", endpoint: "/get_venue", input: {"city":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.