Skip to main content
Glama

Theneo MCP Server

by atombreak
workspace.tools.tsβ€’1.04 kB
import { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for listing workspaces */ export const ListWorkspacesTool: Tool = { name: "theneo_list_workspaces", description: "List all workspaces available to the authenticated user", inputSchema: { type: "object", properties: {}, }, }; /** * Tool for listing projects */ export const ListProjectsTool: Tool = { name: "theneo_list_projects", description: "List all projects in a workspace or across all workspaces. You can specify the workspace by ID, key (slug), or name. Returns project names, IDs, and details.", inputSchema: { type: "object", properties: { workspaceId: { type: "string", description: "Optional workspace ID to filter projects", }, workspaceKey: { type: "string", description: "Optional workspace key (slug) to filter projects", }, workspaceName: { type: "string", description: "Optional workspace name to filter projects", }, }, }, };

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/atombreak/theneo-mcp'

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