Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
telegraph_create_account

Create a new Telegraph account. Returns an Account object with access_token that should be saved for future requests.

telegraph_edit_account_info

Update information about a Telegraph account. At least one optional parameter must be provided.

telegraph_get_account_info

Get information about a Telegraph account.

telegraph_revoke_access_token

Revoke the current access_token and generate a new one. The old token becomes invalid immediately.

telegraph_create_page

Create a new Telegraph page. Returns a Page object including the URL of the created page.

telegraph_edit_page

Edit an existing Telegraph page. Returns the updated Page object.

telegraph_get_page

Get a Telegraph page by its path. Returns a Page object.

telegraph_get_page_list

Get a list of pages belonging to a Telegraph account. Returns a PageList object with total_count and pages array.

telegraph_get_views

Get the number of views for a Telegraph page. Can filter by year, month, day, or hour.

telegraph_list_templates

List all available page templates with their fields

telegraph_create_from_template

Create a new Telegraph page using a template

telegraph_export_page

Export a Telegraph page to Markdown or HTML format

telegraph_backup_account

Backup all pages from a Telegraph account

Prompts

Interactive templates invoked by user choice

NameDescription
create-blog-postGuide for creating a blog post on Telegraph
create-documentationGuide for creating documentation on Telegraph
summarize-pageSummarize an existing Telegraph page

Resources

Contextual data attached and managed by the client

NameDescription
Telegraph PageGet content of a Telegraph page by its path

Latest Blog Posts

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/NehoraiHadad/telegraph-mcp'

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