import { TrellisObject } from "./TrellisObject";
import { TrellisObjectStatus } from "./TrellisObjectStatus";
/**
* Checks if a TrellisObject is claimable.
* A claimable object has status OPEN.
*
* @param obj - The TrellisObject to check
* @returns true if the object is claimable (OPEN), false otherwise
*/
export function isClaimable(obj: TrellisObject): boolean {
return obj.status === TrellisObjectStatus.OPEN;
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/langadventurellc/task-trellis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server