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 toolscheck_board_slugTry in Inspector
Checks if a board slug is available (based on 404 for GET /boards/p/{slug}/valid).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
check_onepager_slugTry in Inspector
Checks if a slug is available for publishing.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
create_boardTry in Inspector
Creates a Board (curated list). location and description are required at creation.
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Location label (required at create) | |
| board_name | Yes | Board display name | |
| description | Yes | Board description (required at create) | |
| organization_uuid | No | Target 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"}
| Name | Required | Description | Default |
|---|---|---|---|
| job_title | No | Recruiting-only: primary job title | |
| onepager_name | Yes | Display name shown in dashboard and builder | |
| onepager_type | No | Type of OnePager; default fundraising | |
| organization_uuid | No | Target organization UUID; defaults to your primary org |
create_organizationTry in Inspector
Creates a new organization and adds the current user as admin.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Organization display name | |
| plan_type | Yes | Plan type (e.g., basic, pro) | |
| trial_expiration_date | No | ISO date or null |
healthTry in Inspector
Returns ok: true to verify tool detection
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | User full name | |
| Yes | User email | ||
| inviterUserName | No | Inviter display name for email | |
| organizationName | No | Organization name for email | |
| organization_uuid | Yes | Target organization UUID |
list_categoriesTry in Inspector
Lists categories (uuid, name) to map tags to internal categories. Use uuids in update_onepager.category_uuids.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
publish_boardTry in Inspector
Publish a board. If first publish, slug is required and must be unique; otherwise slug cannot change.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| uuid | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| uuid | Yes | ||
| view_setting | No |
update_boardTry in Inspector
Update board properties, curators, and tags. Wraps backend shape { update: { board, curators, tags } }.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| uuid | Yes | ||
| board | No | ||
| curators | No |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| faqs | No | ||
| uuid | Yes | ||
| color | No | ||
| links | No | ||
| raises | No | ||
| pdf_key | No | ||
| founders | No | ||
| location | No | ||
| timeline | No | ||
| urg_team | No | ||
| image_key | No | ||
| investors | No | ||
| video_url | No | ||
| description | No | ||
| company_name | No | ||
| company_size | No | ||
| pdf_filename | No | ||
| view_setting | No | ||
| onepager_name | No | ||
| onepager_type | No | ||
| revenue_stage | No | ||
| category_uuids | No | ||
| pdf_total_pages | No | ||
| role_information | No | ||
| urg_team_details | No | ||
| short_description | No | ||
| pdf_download_enabled | No | ||
| traction_and_performance | No | ||
| video_total_duration_in_seconds | No |
update_organization_userTry in Inspector
Updates user role or nickname in the organization.
| Name | Required | Description | Default |
|---|---|---|---|
| admin | No | Set/unset admin | |
| user_uuid | Yes | ||
| user_nickname | No | Optional nickname | |
| organization_uuid | Yes |
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).
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Remote image URL to fetch | |
| filename | No | Desired 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:
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