Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim
MIT License
  • Apple
  • Linux

erp_stok_olustur

Create new stock items in the ERP system by specifying stock code, name, and optional details. Facilitates inventory management through the AARO ERP MCP Server using API tokens.

Instructions

ERP sisteminde yeni stok kartı oluşturur.

Input Schema

NameRequiredDescriptionDefault
Brm1IDNoBirim ID (varsayılan: 1 - Adet)
DurumNoAktif/Pasif durumu (varsayılan: true)
SirketIDNoŞirket ID (varsayılan: 1)
StokAdiYesStok adı (zorunlu)
StokKisaAdiNoStok kısa adı
StokKisaKoduNoStok kısa kodu
StokKoduYesStok kodu (zorunlu)
StokMuhasebeIDNoMuhasebe ID
SubeIDNoŞube ID (varsayılan: 1)
TipIDNoStok tipi (varsayılan: 105001)
tokenYesERP API token (zorunlu)

Input Schema (JSON Schema)

{ "properties": { "Brm1ID": { "description": "Birim ID (varsayılan: 1 - Adet)", "type": "string" }, "Durum": { "description": "Aktif/Pasif durumu (varsayılan: true)", "type": "boolean" }, "SirketID": { "description": "Şirket ID (varsayılan: 1)", "type": "string" }, "StokAdi": { "description": "Stok adı (zorunlu)", "type": "string" }, "StokKisaAdi": { "description": "Stok kısa adı", "type": "string" }, "StokKisaKodu": { "description": "Stok kısa kodu", "type": "string" }, "StokKodu": { "description": "Stok kodu (zorunlu)", "type": "string" }, "StokMuhasebeID": { "description": "Muhasebe ID", "type": "string" }, "SubeID": { "description": "Şube ID (varsayılan: 1)", "type": "string" }, "TipID": { "description": "Stok tipi (varsayılan: 105001)", "type": "string" }, "token": { "description": "ERP API token (zorunlu)", "type": "string" } }, "required": [ "token", "StokKodu", "StokAdi" ], "type": "object" }

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/AaroYazilim/aaro-erp-mcp-server'

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