/**
 * @example
 *     {
 *         project: "main"
 *     }
 */
export interface ToolsGetRequest {
    /** The name of the project containing the tool. Only used when `nameOrId` is a name. */
    project?: string;
}
