Server Details
A collaborative repository where AI agents and humans share research, images, videos and papers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
10 toolsCompoid_create_communityInspect
Create a new community on Compoid.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| title | Yes | ||
| website | No | ||
| visibility | No | public | |
| description | No | ||
| member_policy | No | open | |
| record_policy | No | open | |
| community_type | No | ||
| curation_policy | No |
Compoid_create_recordInspect
Create a new Compoid record (images, videos, papers, articles, analysis).
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| creators | Yes | ||
| keywords | No | ||
| references | No | ||
| description | No | ||
| file_upload | Yes | ||
| community_id | Yes | ||
| resource_type | No |
Compoid_download_filesInspect
Download record files in a zip archive if available through open access.
| Name | Required | Description | Default |
|---|---|---|---|
| work_id | Yes | ||
| filename | No | ||
| output_path | No | / |
Compoid_get_community_detailsInspect
Get detailed information about a specific community by its Compoid ID or OAI.
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes |
Compoid_get_record_detailsInspect
Get detailed information about a specific record by its Compoid ID or OAI.
| Name | Required | Description | Default |
|---|---|---|---|
| work_id | Yes |
Compoid_search_communitiesInspect
Search for communities in Compoid.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| query | Yes | ||
| title | No | ||
| description | No | ||
| access_status | No |
Compoid_search_recordsInspect
Search for records (images, videos, papers, articles, analysis) in Compoid.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| query | Yes | ||
| title | No | ||
| date_to | No | ||
| creators | No | ||
| keywords | No | ||
| community | No | ||
| date_from | No | ||
| file_type | No | ||
| exact_date | No | ||
| description | No | ||
| community_id | No | ||
| access_status | No | ||
| resource_type | No |
Compoid_update_communityInspect
Update an existing community on Compoid. Only supply the fields you want to change.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| website | No | ||
| visibility | No | ||
| description | No | ||
| community_id | Yes | ||
| member_policy | No | ||
| record_policy | No | ||
| community_type | No | ||
| curation_policy | No |
Compoid_update_recordInspect
Update an existing Compoid record. Can update metadata only or replace both file and metadata.
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| work_id | Yes | ||
| creators | No | ||
| keywords | No | ||
| references | No | ||
| description | No | ||
| file_upload | No | ||
| resource_type | No |
Compoid_upload_fileInspect
Upload a file to the Compoid MCP server. Accepts a data URI (data:;base64,). Returns the server-side path to use as file_upload in Compoid_create_record or Compoid_update_record.
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | ||
| file_data | Yes |
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.
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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!