We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scrapfly/scrapfly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
constants.go•393 B
package constants
const (
// all these are situational and better handled by the scraping_instruction_enhanced tool
// DisableProviderPrompts disables the provider prompts to ease with token and context window limits
DisableProviderPrompts = true
// DisableProviderResources disables the provider resources to ease with token and context window limits
DisableProviderResources = true
)