We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattmahowald/sfmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_query.py•265 B
from __future__ import annotations
import pytest
from pydantic import ValidationError
from sfmcp.tools.query import QueryArgs
def test_query_args_validation():
with pytest.raises(ValidationError):
QueryArgs.model_validate({"soql": 123}) # must be str