We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
searchResponseResultsInner.ts•728 B
/**
* GameBrain API
* GameBrain API
*
* The version of the OpenAPI document: 1.0.1
* Contact: mail@gamebrain.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { SearchResponseResultsInnerRating } from './searchResponseResultsInnerRating';
export interface SearchResponseResultsInner {
id?: number;
year?: number;
name?: string;
genre?: string;
image?: string;
link?: string;
rating?: SearchResponseResultsInnerRating;
adult_only?: boolean;
screenshots?: Array<string>;
micro_trailer?: string;
gameplay?: string;
short_description?: string;
}