Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim

erp_stok_olustur

Create new stock items in the ERP system through the MCP server. Input required details like stock code and name to generate stock records and provide a direct link for user access.

Instructions

ERP sisteminde yeni stok kartı oluşturur. oluşturduktan sonra https://erp.aaro.com.tr/Stok/Kalem?id={id} kullanıcıya bu linki sunabilir

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)

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" } }, "required": [ "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