Skip to main content
Glama

Server Details

Create and publish one-pagers and boards for your organization. Upload images from the web, update…

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

14 tools
check_board_slugTry in Inspector

Checks if a board slug is available (based on 404 for GET /boards/p/{slug}/valid).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
check_onepager_slugTry in Inspector

Checks if a slug is available for publishing.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
create_boardTry in Inspector

Creates a Board (curated list). location and description are required at creation.

ParametersJSON Schema
NameRequiredDescriptionDefault
locationYesLocation label (required at create)
board_nameYesBoard display name
descriptionYesBoard description (required at create)
organization_uuidNoTarget organization UUID; defaults to your primary org
create_onepagerTry in Inspector

Creates a new OnePager in your organization. After creation, call update_onepager to populate fields, then publish_onepager. Example: {"onepager_name":"Acme","onepager_type":"fundraising"}

ParametersJSON Schema
NameRequiredDescriptionDefault
job_titleNoRecruiting-only: primary job title
onepager_nameYesDisplay name shown in dashboard and builder
onepager_typeNoType of OnePager; default fundraising
organization_uuidNoTarget organization UUID; defaults to your primary org
create_organizationTry in Inspector

Creates a new organization and adds the current user as admin.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoOrganization display name
plan_typeYesPlan type (e.g., basic, pro)
trial_expiration_dateNoISO date or null
healthTry in Inspector

Returns ok: true to verify tool detection

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

invite_user_to_organizationTry in Inspector

Adds an existing user or invites a new one to the organization, and grants access to existing OnePagers/Boards.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesUser full name
emailYesUser email
inviterUserNameNoInviter display name for email
organizationNameNoOrganization name for email
organization_uuidYesTarget organization UUID
list_categoriesTry in Inspector

Lists categories (uuid, name) to map tags to internal categories. Use uuids in update_onepager.category_uuids.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

publish_boardTry in Inspector

Publish a board. If first publish, slug is required and must be unique; otherwise slug cannot change.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNo
uuidYes
publish_onepagerTry in Inspector

Publishes a OnePager. Optionally set slug and view_setting (anyone_with_link | access_list_only | anyone_anonymous). Use check_onepager_slug to validate custom slugs.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNo
uuidYes
view_settingNo
update_boardTry in Inspector

Update board properties, curators, and tags. Wraps backend shape { update: { board, curators, tags } }.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNo
uuidYes
boardNo
curatorsNo
update_onepagerTry in Inspector

Update any OnePager fields. Typical flow: set short_description, links.web_url, founders[], image_key, category_uuids; then publish_onepager. Use list_categories to map category names to UUIDs.

ParametersJSON Schema
NameRequiredDescriptionDefault
faqsNo
uuidYes
colorNo
linksNo
raisesNo
pdf_keyNo
foundersNo
locationNo
timelineNo
urg_teamNo
image_keyNo
investorsNo
video_urlNo
descriptionNo
company_nameNo
company_sizeNo
pdf_filenameNo
view_settingNo
onepager_nameNo
onepager_typeNo
revenue_stageNo
category_uuidsNo
pdf_total_pagesNo
role_informationNo
urg_team_detailsNo
short_descriptionNo
pdf_download_enabledNo
traction_and_performanceNo
video_total_duration_in_secondsNo
update_organization_userTry in Inspector

Updates user role or nickname in the organization.

ParametersJSON Schema
NameRequiredDescriptionDefault
adminNoSet/unset admin
user_uuidYes
user_nicknameNoOptional nickname
organization_uuidYes
upload_image_from_urlTry in Inspector

Fetch an image and upload via signed S3 URL. Use returned key in update_onepager (image_key, founders[].image_key, investors[].image_key).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesRemote image URL to fetch
filenameNoDesired filename; default: remote-image

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.