WebSim Explorer
get_project
Get detailed information about a WebSim project by its ID. Perfect for 'Show me project [ID]' or 'Tell me about project [ID]' questions.
Remote gigachadtrey/websimm
Other tools also called get_project?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the WebSim project"
}
}
}