Skip to main content
Glama

Lithic MCP Server

by mohit-novo

get_resource

Fetch specific Lithic resources like cards, accounts, or transactions by providing resource type and ID. Simplify access to banking and card services data.

Instructions

Get a specific Lithic resource by ID

Input Schema

NameRequiredDescriptionDefault
resourceIdYesID/token of the resource to fetch
resourceTypeYesType of resource (card, account, transaction, etc.)

Input Schema (JSON Schema)

{ "properties": { "resourceId": { "description": "ID/token of the resource to fetch", "type": "string" }, "resourceType": { "description": "Type of resource (card, account, transaction, etc.)", "type": "string" } }, "required": [ "resourceType", "resourceId" ], "type": "object" }

Other Tools from Lithic MCP Server

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/mohit-novo/mcp-lithic'

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