{"schema_version":"0.1.0","name":"TagYoureIt","description":"NFC-based digital dog tags for animal shelters - Find adoptable dogs and contact shelters","url":"https://tagyoureit.win","tools":[{"name":"search_dogs","description":"Search for adoptable dogs by breed, age, color, or location","parameters":{"type":"object","properties":{"breed":{"type":"string","description":"Dog breed (e.g., 'Labrador', 'Pit Bull', 'Mix')"},"age_min":{"type":"number","description":"Minimum age in years"},"age_max":{"type":"number","description":"Maximum age in years"},"color":{"type":"string","description":"Dog color"},"shelter_id":{"type":"string","description":"Specific shelter ID"},"status":{"type":"string","enum":["available","pending","all"],"default":"available"}}},"endpoint":"https://tagyoureit.win/api/dogs/search"},{"name":"get_dog_profile","description":"Get full profile for a specific dog by NFC code","parameters":{"type":"object","properties":{"nfc_code":{"type":"string","description":"Dog's unique NFC short code (e.g., '7zhdl7')"}},"required":["nfc_code"]},"endpoint":"https://tagyoureit.win/api/dogs/{nfc_code}"},{"name":"list_shelters","description":"Get list of all participating animal shelters","parameters":{"type":"object","properties":{}},"endpoint":"https://tagyoureit.win/api/shelters"},{"name":"get_shelter_details","description":"Get detailed information about a specific shelter including available dogs","parameters":{"type":"object","properties":{"shelter_id":{"type":"string","description":"Shelter ID"}},"required":["shelter_id"]},"endpoint":"https://tagyoureit.win/api/shelters/{shelter_id}"},{"name":"find_lost_dog","description":"Search for a dog by NFC code to help reunite lost dogs with shelters","parameters":{"type":"object","properties":{"nfc_code":{"type":"string","description":"NFC tag code found on dog's collar"}},"required":["nfc_code"]},"endpoint":"https://tagyoureit.win/api/dogs/{nfc_code}"}],"resources":{"documentation":"https://tagyoureit.win/llms.txt","api_catalog":"https://tagyoureit.win/api/catalog.json","agent_skills":"https://tagyoureit.win/.well-known/agent-skills.json"},"contact":{"email":"support@tagyoureit.win","url":"https://tagyoureit.win"}}