Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

modify_model_config

Update and modify existing model configurations, such as version, provider, or endpoints, for Enkrypt AI MCP Server using structured JSON input to ensure accurate testing and deployment.

Instructions

Modify the model configuration and update the model.

Args: new_model_config: The sample model configuration to be modified. Example usage: { "model_saved_name": "example_model_name", # The name under which the model is saved. "testing_for": "LLM", # The purpose for which the model is being tested. (Always LLM) "model_name": "example_model", # The name of the model. (e.g., gpt-4o, claude-3-5-sonnet, etc.) "modality": "text", # The type of data the model works with (e.g., text, image). "model_config": { "model_version": "1.0", # The version of the model. "model_provider": "example_provider", # The provider of the model. (e.g., openai, anthropic, etc.) "endpoint_url": "https://api.example.com/model", # The endpoint URL for the model. "apikey": "example_api_key", # The API key to access the model. }, } test_model_saved_name: The saved name of the model to be tested.

Returns: A dictionary containing the response message and details of the modified model.

Input Schema

NameRequiredDescriptionDefault
new_model_configYes
test_model_saved_nameYes

Input Schema (JSON Schema)

{ "properties": { "new_model_config": { "additionalProperties": true, "title": "New Model Config", "type": "object" }, "test_model_saved_name": { "title": "Test Model Saved Name", "type": "string" } }, "required": [ "new_model_config", "test_model_saved_name" ], "title": "modify_model_configArguments", "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/enkryptai/enkryptai-mcp-server'

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