Skip to main content
Glama
scrapfly

Scrapfly MCP

Scrapfly Account Informations

info_account
Read-onlyIdempotent

Retrieve account subscription details, usage statistics, and quota limits for monitoring billing and concurrency management within the Scrapfly MCP server.

Instructions

Get subscription, usage, limits. Use for quotas/billing/concurrency. Avoid for content scraping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dummyNoDummy input (for langchain compatibility)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYes
projectYes
subscriptionYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover key behavioral traits (read-only, open-world, idempotent, non-destructive), so the bar is lower. The description adds useful context about the tool's focus on account management rather than scraping operations, which complements the annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (two sentences) and front-loaded with the core purpose, followed by usage guidance. Every sentence adds value without redundancy, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity, rich annotations covering safety and behavior, and the presence of an output schema, the description is complete. It provides all necessary context for an agent to understand when and how to use this tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage and only one dummy parameter documented in the schema, the description appropriately omits parameter details. It focuses on the tool's purpose and usage, which is sufficient given the minimal parameter requirements.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Get') and resources ('subscription, usage, limits'), making the purpose explicit. It distinguishes this tool from sibling scraping tools by focusing on account metadata rather than content extraction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use ('for quotas/billing/concurrency') and when to avoid ('Avoid for content scraping'), directly addressing alternatives like web_scrape or web_get_page. This gives clear context for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/scrapfly/scrapfly-mcp'

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