Skip to main content
Glama

Server Details

Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

13 tools
add_data_sourceTry in Inspector

Add a new data source to a project

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the data source
typeYesThe type of data source
session_idYesThe anonymous session ID
project_slugYesThe slug of the project to add the data source to
add_toolTry in Inspector

Add a new tool/step to a project

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe unique name of the tool (used as identifier)
tool_typeNoThe type of tool (step, builtin, tip)step
is_enabledNoWhether the tool is enabled
session_idYesThe anonymous session ID
step_orderNoThe order of this step in the project workflow
descriptionNoDescription of what the tool does
tool_schemaNoJSON schema for tool parameters
display_nameYesThe human-readable display name of the tool
project_slugYesThe slug of the project to add the tool to
response_templateNoMarkdown template for tool response
create_projectTry in Inspector

Create a new project in the anonymous session

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe display name of the project
slugYesThe URL slug for the project (used in URLs)
is_publicNoWhether the project is public or private
session_idYesThe anonymous session ID
overview_contentNoMarkdown content for the project overview
create_sessionTry in Inspector

Create a new anonymous session for managing projects

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

delete_data_sourceTry in Inspector

Delete a data source from a project

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesThe anonymous session ID
data_source_idYesThe ID of the data source to delete
delete_projectTry in Inspector

Delete a project from the anonymous session

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesThe anonymous session ID
project_slugYesThe slug of the project to delete
delete_toolTry in Inspector

Delete a tool from a project

ParametersJSON Schema
NameRequiredDescriptionDefault
tool_idYesThe ID of the tool to delete
session_idYesThe anonymous session ID
get_project_detailsTry in Inspector

Get detailed information about a specific project in the session

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesThe anonymous session ID
project_slugYesThe slug of the project to get details for
list_projectsTry in Inspector

List all projects in the anonymous session

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesThe anonymous session ID
reorder_stepsTry in Inspector

Reorder tools/steps in a project

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesThe anonymous session ID
tool_ordersYesArray of tool IDs and their new step orders
project_slugYesThe slug of the project to reorder tools in
toggle_toolTry in Inspector

Toggle a tool's enabled/disabled state

ParametersJSON Schema
NameRequiredDescriptionDefault
tool_idYesThe ID of the tool to toggle
session_idYesThe anonymous session ID
update_projectTry in Inspector

Update an existing project in the anonymous session

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoThe display name of the project
slugNoThe URL slug for the project (used in URLs)
is_publicNoWhether the project is public or private
session_idYesThe anonymous session ID
project_slugYesThe slug of the project to update
overview_contentNoMarkdown content for the project overview
update_toolTry in Inspector

Update an existing tool

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoThe unique name of the tool (used as identifier)
tool_idYesThe ID of the tool to update
tool_typeNoThe type of tool (step, builtin, tip)
is_enabledNoWhether the tool is enabled
session_idYesThe anonymous session ID
step_orderNoThe order of this step in the project workflow
descriptionNoDescription of what the tool does
tool_schemaNoJSON schema for tool parameters
display_nameNoThe human-readable display name of the tool
response_templateNoMarkdown template for tool response

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
Try in Browser

Your Connectors

Sign in to create a connector for this server.