Server Details
.prompts, the home to all your AI prompts, everywhere you need them.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolscreate-promptInspect
Create a new prompt to your personal collection
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the prompt | |
| prompt | Yes | The acual prompt, it can use variables like this {{variable_name}} that will be substituted when invoked with the respective input | |
| as_tool | No | Whether to expose this prompt also as a tool (other than a prompt) in MCP | |
| description | Yes | The description of the prompt |
delete-promptInspect
Delete an existing prompt with new information
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the prompt to delete |
list-promptsInspect
List the available prompts
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
update-promptInspect
Update an existing prompt with new information
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the prompt to update | |
| title | Yes | The title of the prompt | |
| prompt | Yes | The acual prompt, it can use variables like this {{variable_name}} that will be substituted when invoked with the respective input | |
| as_tool | No | Whether to expose this prompt also as a tool (other than a prompt) in MCP | |
| description | Yes | The description of the prompt |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!