Smithery

org.owner.project.get

Retrieves detailed information about a specific project using its unique identifier. This endpoint provides complete project configuration including webhook URLs, creation and update timestamps, and webhook secrets. Use this endpoint to inspect project settings or verify project configuration.

Remote smithery/composio

Other tools also called org.owner.project.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "nano_id": {
      "type": "string",
      "format": "projectId",
      "example": "pr_1a2b3c4d5e6f",
      "description": "Unique identifier (Nano ID) of the project to retrieve"
    }
  }
}