Skip to main content
Glama
index-internals.ts830 B
/* This file provides essential internal functions for Apify MCP servers, serving as an internal library. */ import { defaults, HelperTools } from './const.js'; import { parseInputParamsFromUrl, processParamsGetTools } from './mcp/utils.js'; import { addRemoveTools, defaultTools, getActorsAsTools, toolCategories, toolCategoriesEnabledByDefault } from './tools/index.js'; import { actorNameToToolName } from './tools/utils.js'; import type { ToolCategory } from './types.js'; import { getToolPublicFieldOnly } from './utils/tools.js'; export { parseInputParamsFromUrl, actorNameToToolName, HelperTools, defaults, defaultTools, addRemoveTools, toolCategories, toolCategoriesEnabledByDefault, type ToolCategory, processParamsGetTools, getActorsAsTools, getToolPublicFieldOnly, };

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/jirispilka/actors-mcp-server'

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