Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| create-blog-post | Guide for creating a blog post on Telegraph |
| create-documentation | Guide for creating documentation on Telegraph |
| summarize-page | Summarize an existing Telegraph page |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Telegraph Page | Get content of a Telegraph page by its path |