Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace
base.ts828 B
import { z } from 'zod'; import { zodToJsonSchema } from 'zod-to-json-schema'; export const getBaseTools = () => [ { name: "get_current_organization_info", description: "Get information about the current user and organization based on the token. In the absence of an explicitly specified organization ID, this result will take precedence.", inputSchema: zodToJsonSchema(z.object({})), }, { name: "get_user_organizations", description: "Get the list of organizations the current user belongs to", inputSchema: zodToJsonSchema(z.object({})), }, { name: "get_current_user", description: "Get information about the current user based on the token. In the absence of an explicitly specified user ID, this result will take precedence.", inputSchema: zodToJsonSchema(z.object({})), } ];

Latest Blog Posts

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/yjiace/alibabacloud-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server