We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-api-booster/mcp-rosetta-icp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
metadatarequest.md•1.13 kB
# MetadataRequest
A MetadataRequest is utilized in any request where the only argument is optional metadata.
## Example Usage
```typescript
import { MetadataRequest } from "icpmcp-rosetta-api";
let value: MetadataRequest = {};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `metadata` | [models.MetadataRequestMetadata](../models/metadatarequestmetadata.md) | :heavy_minus_sign: | N/A |