Skip to main content
Glama

mcp-google-sheets

translation.json4.77 kB
{ "Integrate with PromptHub projects, retrieve heads, and run prompts.": "Integrate with PromptHub projects, retrieve heads, and run prompts.", "PromptHub API token": "PromptHub API token", "List Projects": "List Projects", "Get Project Head": "Get Project Head", "Run Prompt": "Run Prompt", "Custom API Call": "Custom API Call", "List PromptHub projects for a team. Returns information about each project's head revision and groups.": "List PromptHub projects for a team. Returns information about each project's head revision and groups.", "Get the production-ready version of a PromptHub project (typically the last commit on master/main branch). Useful for integrating prompts into your application.": "Get the production-ready version of a PromptHub project (typically the last commit on master/main branch). Useful for integrating prompts into your application.", "Run a PromptHub project with optional variables, branch/hash, and chat payload": "Run a PromptHub project with optional variables, branch/hash, and chat payload", "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint", "Team ID": "Team ID", "Group Name": "Group Name", "Model": "Model", "Provider": "Provider", "Project ID": "Project ID", "Branch": "Branch", "Use Fallback": "Use Fallback", "Variables": "Variables", "Hash": "Hash", "Messages": "Messages", "Prompt": "Prompt", "Metadata": "Metadata", "Timeout Seconds": "Timeout Seconds", "Method": "Method", "Headers": "Headers", "Query Parameters": "Query Parameters", "Body": "Body", "Response is Binary ?": "Response is Binary ?", "No Error on Failure": "No Error on Failure", "Timeout (in seconds)": "Timeout (in seconds)", "The ID of the team. Can be found in your browser's URL bar when viewing Team Settings, or use current_team_id from /me endpoint.": "The ID of the team. Can be found in your browser's URL bar when viewing Team Settings, or use current_team_id from /me endpoint.", "Filter projects from a specific group. Must be URL-encoded if the group name contains spaces.": "Filter projects from a specific group. Must be URL-encoded if the group name contains spaces.", "Filter projects where the head uses a specific model (e.g., gpt-4, claude-2, etc.).": "Filter projects where the head uses a specific model (e.g., gpt-4, claude-2, etc.).", "Filter projects where the head uses a specific model provider.": "Filter projects where the head uses a specific model provider.", "The ID of the project. Can be found in your browser's URL bar when viewing that project.": "The ID of the project. Can be found in your browser's URL bar when viewing that project.", "Use the head of a specific branch. Defaults to your project's master/main branch. Must be URL-encoded if the branch name contains spaces or special characters.": "Use the head of a specific branch. Defaults to your project's master/main branch. Must be URL-encoded if the branch name contains spaces or special characters.", "When enabled, any placeholders not provided in variables will fall back to your Project/Team defaults. Your variable overrides always take precedence.": "When enabled, any placeholders not provided in variables will fall back to your Project/Team defaults. Your variable overrides always take precedence.", "Key-value pairs to override placeholders in the prompt. Both keys and values will be URL-encoded automatically.": "Key-value pairs to override placeholders in the prompt. Both keys and values will be URL-encoded automatically.", "The ID of the project to run.": "The ID of the project to run.", "The branch name to run from (defaults to main/master).": "The branch name to run from (defaults to main/master).", "Specific commit hash to run from.": "Specific commit hash to run from.", "Key-value pairs to pass as variables to the prompt.": "Key-value pairs to pass as variables to the prompt.", "Chat messages for chat-based projects.": "Chat messages for chat-based projects.", "Override prompt text for the project.": "Override prompt text for the project.", "Additional metadata to include with the run.": "Additional metadata to include with the run.", "Request timeout in seconds (max 600).": "Request timeout in seconds (max 600).", "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.", "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..", "OpenAI": "OpenAI", "Anthropic": "Anthropic", "Azure": "Azure", "Google": "Google", "Amazon": "Amazon", "GET": "GET", "POST": "POST", "PATCH": "PATCH", "PUT": "PUT", "DELETE": "DELETE", "HEAD": "HEAD" }

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/activepieces/activepieces'

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