Tool tree
Mydentify is software for discovering, comparing, and listing business tools. Search by job, launch products, and run free SEO checks.
search_mydentifyanswer
Find Mydentify intents and matching products for something a person wants to do.
View tool JSON
{
"name": "search_mydentify",
"kind": "answer",
"impl": "imperative",
"description": "Find Mydentify intents and matching products for something a person wants to do.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The outcome or product name to search for."
}
},
"required": [
"query"
]
},
"page": "/"
}inspect_mydentify_submissionanswer
Check a public product URL for identity and duplicate listings without creating a submission.
View tool JSON
{
"name": "inspect_mydentify_submission",
"kind": "answer",
"impl": "imperative",
"description": "Check a public product URL for identity and duplicate listings without creating a submission.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "A public product URL."
}
},
"required": [
"url"
]
},
"page": "/"
}