Skip to main content
Glama

Server Details

List reverse-ETL sources, destinations, models, syncs and runs; trigger syncs into SaaS tools.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
m190/usefulapi-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

13 tools
census_get_destinationGet destination
Read-only
Inspect

Get a single destination connection by id. Census: GET /destinations/{id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
census_get_modelGet model
Read-only
Inspect

Get a single model by id, including its SQL/query. Census: GET /models/{id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
census_get_sourceGet source
Read-only
Inspect

Get a single source connection by id. Census: GET /sources/{id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
census_get_syncGet sync
Read-only
Inspect

Get a single sync's full configuration by id. Census: GET /syncs/{id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
census_get_sync_runGet sync run
Read-only
Inspect

Get a single sync run by id — status, counts, errors. Census: GET /sync_runs/{id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
census_list_destinationsList destinations
Read-only
Inspect

List configured destination connections (SaaS apps data is synced INTO, e.g. Salesforce, HubSpot, Marketo). Census: GET /destinations.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
per_pageNoNumber of records per page.
census_list_modelsList models
Read-only
Inspect

List SQL models / datasets defined in the workspace (the queries that produce rows to sync). Census: GET /models.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
per_pageNoNumber of records per page.
census_list_segmentsList segments
Read-only
Inspect

List audience segments defined in the workspace. Census: GET /segments.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
per_pageNoNumber of records per page.
census_list_sourcesList sources
Read-only
Inspect

List configured data warehouse sources (Snowflake, BigQuery, Redshift, Databricks, etc.). Census: GET /sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
per_pageNoNumber of records per page.
census_list_sync_runsList sync runs
Read-only
Inspect

List sync run history (each run's status, records processed, timing). Filter by sync_id. Census: GET /sync_runs.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
sync_idNoFilter runs to a single sync id.
per_pageNoNumber of records per page.
census_list_syncsList syncs
Read-only
Inspect

List syncs (a sync maps a source model to a destination object and keeps them in sync). Returns id, label, status, source_attributes, destination_attributes. Census: GET /syncs.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based) for pagination.
per_pageNoNumber of records per page.
census_list_workspacesList workspaces
Read-only
Inspect

List workspaces in the organization (note: usually requires an organization-level token). Census: GET /workspaces.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

census_trigger_syncTrigger sync
Destructive
Inspect

TRIGGERS a sync run for the given sync id — this KICKS OFF a live data sync that writes records into the connected destination SaaS tool. Set force_full_sync=true to re-sync all rows instead of just changes. Census: POST /syncs/{id}/trigger.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe resource id (a numeric id, passed as a string).
force_full_syncNoRe-sync ALL rows instead of just changes since the last run.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.