We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shibaleo/mcpist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
oas_parameters_gen.go•1019 B
// Code generated by ogen, DO NOT EDIT.
package gen
// CompleteTaskParams is parameters of completeTask operation.
type CompleteTaskParams struct {
ProjectId string
TaskId string
}
// DeleteProjectParams is parameters of deleteProject operation.
type DeleteProjectParams struct {
ProjectId string
}
// DeleteTaskParams is parameters of deleteTask operation.
type DeleteTaskParams struct {
ProjectId string
TaskId string
}
// GetProjectParams is parameters of getProject operation.
type GetProjectParams struct {
ProjectId string
}
// GetProjectDataParams is parameters of getProjectData operation.
type GetProjectDataParams struct {
ProjectId string
}
// GetTaskParams is parameters of getTask operation.
type GetTaskParams struct {
ProjectId string
TaskId string
}
// UpdateProjectParams is parameters of updateProject operation.
type UpdateProjectParams struct {
ProjectId string
}
// UpdateTaskParams is parameters of updateTask operation.
type UpdateTaskParams struct {
TaskId string
}