Server Details
.prompts, the home to all your AI prompts, everywhere you need them.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolscreate-promptTry in Inspector
Create a new prompt to your personal collection
ParametersJSON Schema
| 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-promptTry in Inspector
Delete an existing prompt with new information
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the prompt to delete |
list-promptsTry in Inspector
List the available prompts
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
update-promptTry in Inspector
Update an existing prompt with new information
ParametersJSON Schema
| 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 |
FAQ
How do I claim this server?
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.
What are the benefits of claiming a server?
- 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