Skip to main content
Glama

API-Market MCP Server

by Noveum

Coding_Assistant

Generate code snippets and solutions in any programming language by providing prompts. Retrieve output URLs for completed requests to streamline development workflows.

Instructions

Coding Assistant. Make sure you call get coder output URL MCP tool to get the URL for the request id received from this API

Input Schema

NameRequiredDescriptionDefault
frequency_penaltyYes
max_tokensYes
presence_penaltyYes
promptYesWrite a javascript function that calculates euclidean distance between two coordinates of any dimension
repeat_penaltyYes
system_promptYes
temperatureYes
top_kYes
top_pYes

Input Schema (JSON Schema)

{ "properties": { "frequency_penalty": { "default": 0, "type": "integer" }, "max_tokens": { "default": 500, "type": "integer" }, "presence_penalty": { "default": 0, "type": "integer" }, "prompt": { "default": "Write a javascript function that calculates euclidean distance between two coordinates of any dimension", "type": "string" }, "repeat_penalty": { "default": 1.1, "type": "integer" }, "system_prompt": { "type": "string" }, "temperature": { "default": 0.95, "type": "integer" }, "top_k": { "default": 250, "type": "integer" }, "top_p": { "default": 0.95, "type": "integer" } }, "required": [ "top_k", "top_p", "prompt", "max_tokens", "temperature", "system_prompt", "repeat_penalty", "presence_penalty", "frequency_penalty" ], "type": "object" }

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/Noveum/api-market-mcp-server'

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