Skip to main content
Glama

nowcerts_schema_getMetadata

Retrieve OData schema metadata to understand available fields, data types, entity relationships, and requirements for NowCerts API entities.

Instructions

Get the OData schema metadata for NowCerts API. This returns the complete schema including field types, relationships, and entity definitions.

Use this to:

  • Understand available fields for each entity

  • Check field data types and requirements

  • View entity relationships

  • See which fields are required vs optional

Endpoints:

  • General metadata: /api/$metadata

  • Specific entity: /api/$metadata#EntityName (e.g., #PolicyDetailList, #InsuredList, #AgentList)

NOTE: Many fields require specific enumeration values. Use nowcerts_schema_getLookupTables to see valid values for enum fields.

Input Schema

NameRequiredDescriptionDefault
entityNoOptional: Specific entity name (e.g., 'PolicyDetailList', 'InsuredList'). Leave empty for full metadata.

Input Schema (JSON Schema)

{ "properties": { "entity": { "description": "Optional: Specific entity name (e.g., 'PolicyDetailList', 'InsuredList'). Leave empty for full metadata.", "type": "string" } }, "type": "object" }

Other Tools from Nowcerts

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server