Server Details
Tools for Go-to-market teams creating sales materials, product demos, and deal rooms for customers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsclaim_spaceInspect
Claim a Rally space using a claim token. Creates a personalized space for you. No authentication required — the token itself grants access. Provide the token along with your work email, company, and what you are researching.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Your work email address (used as point of contact). | |
| token | Yes | The claim token provided by the seller (from the claim link command). | |
| company | No | Your company name. | |
| context | No | What you are researching or evaluating (helps the seller tailor the space). |
show_artifactInspect
Display a Rally artifact with its content. Shows HTML artifacts with an interactive preview and block-based artifacts with rendered content. Without authentication, only artifacts in public spaces are accessible.
| Name | Required | Description | Default |
|---|---|---|---|
| artifactId | No | The artifact ID (UUID) to display. Required if artifactUrl is not provided. | |
| artifactUrl | No | The Rally artifact URL to display. Required if artifactId is not provided. Format: https://app.rally.space/artifacts/{id} |
space_viewInspect
View a Rally space. With authentication, can view any space (public or private). Without authentication, can only view public spaces. Returns space content with resources and metadata for the MCP App UI.
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | No | The space ID (UUID) to view. Required if spaceUrl is not provided. | |
| spaceUrl | No | The Rally space URL to view. Required if spaceId is not provided. Supports rally.space, rallyspace.io, and localhost URLs. |
story_viewInspect
View a Rally story. With authentication, can view any story (public or private). Without authentication, can only view public stories. Returns story content with embedded video player for the MCP App UI.
| Name | Required | Description | Default |
|---|---|---|---|
| storyId | No | The story ID (UUID) to view. Required if storyUrl is not provided. | |
| storyUrl | No | The Rally story URL to view. Required if storyId is not provided. Supports rally.space, rallyspace.io, and localhost URLs. |
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!